You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library today uses partial compilation to execute code for a specific platform.
This is hard to debug as each platform might use different classes and methods to do the same thing as other platforms.
Pitch
I propose to move to partial classes for a cleaner class structure, easier debugging and easier future contributions to the project in the future.
Platforms affected (mark all that apply)
📱 iOS
🤖 Android
🏁 WPF
🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🏗 Enhancement Proposal
The library today uses partial compilation to execute code for a specific platform.
This is hard to debug as each platform might use different classes and methods to do the same thing as other platforms.
Pitch
I propose to move to partial classes for a cleaner class structure, easier debugging and easier future contributions to the project in the future.
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: