Co-Authored by Kat Molostvova The Problem A common problem in almost any codebase is having too much boilerplate code doing the same thing in too many places. This can be reduced by trying to extract logic to a common SDK framework, but when developing for a cross-platform application, we are still left with a lot of the same code for … Continue reading “Creating Custom Attributes in Xamarin.Native”
