-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Feature/maui cinephile #698
Feature/maui cinephile #698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quickly looked through to make sure changes were (mostly) isolated to the new sample. Only existing areas affected were the DTOs as described above.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What kind of change does this PR introduce?
Add sample MAUI Cinephile
What is the current behavior?
No MAUI sample
What is the new behavior?
MAUI sample based on the Xamarin.Forms Cinephile app
What might this PR break?
The long-standing dearth of MAUI samples... also updated the DTOs in
Xamarin/Cinephile/Cinephile.Core/Rest/Dtos
to useSystem.Text.Json.Serialization.JsonPropertyName
instead ofNewtonsoft.Json.JsonProperty
, since per the Refit README:Please check if the PR fulfills these requirements
Other information:
Please check if this is a good representation of using both RxUI and MAUI, individually and integrated. New to both and want to give/have a good starting point.