Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace conditional compilation with partial classes #898

Open
5 of 7 tasks
AlvaroRojas opened this issue Apr 28, 2023 · 0 comments
Open
5 of 7 tasks

Replace conditional compilation with partial classes #898

AlvaroRojas opened this issue Apr 28, 2023 · 0 comments

Comments

@AlvaroRojas
Copy link

AlvaroRojas commented Apr 28, 2023

馃彈 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)

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant