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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET MAUI support #18

Closed
tranb3r opened this issue Jul 26, 2022 · 6 comments
Closed

.NET MAUI support #18

tranb3r opened this issue Jul 26, 2022 · 6 comments

Comments

@tranb3r
Copy link
Member

tranb3r commented Jul 26, 2022

I've started working on a maui branch

Current status:

  • tests are ok on ios and windows in debug mode
  • build fails on android: androidx issue
  • everything related to nugetizer has been temporarly removed and will have to be added again
  • release mode not tested ; proguard and linker probably need to be fixed
@tranb3r
Copy link
Member Author

tranb3r commented Sep 27, 2022

New build issue: dotnet/maui#10150

@tranb3r
Copy link
Member Author

tranb3r commented Oct 10, 2022

Android build has been fixed thanks to xamarin/GooglePlayServicesComponents#648
And there is a workaround for the other build issue.

Current status:

  • tests are ok on all platforms (android, ios and windows) in debug mode
  • everything related to nugetizer has been temporarly removed and will have to be added again
  • release mode not tested ; proguard and linker probably need to be fixed

@tranb3r
Copy link
Member Author

tranb3r commented Oct 21, 2022

New issue found:
Logging does not work properly on old versions of ios/android because of this issue:
serilog/serilog-sinks-xamarin#29

@tranb3r
Copy link
Member Author

tranb3r commented Oct 25, 2022

Current status:

  • tests are now ok on all platforms, both in debug and release mode
  • nuget can now be generated (via nuspec)

Two issues remaining (minor):

@tranb3r
Copy link
Member Author

tranb3r commented Oct 25, 2022

Version 2.0.0 has been released.
I'll keep this issue open to track the progress of both remaining issues.

@tranb3r
Copy link
Member Author

tranb3r commented Dec 19, 2022

I don't know why, but serilog issue is not happening anymore.
R8 warning can be ignored and will be hidden in the next verison of xamarin.android.

@tranb3r tranb3r closed this as completed Dec 19, 2022
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