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

Initial .NET 9 upgrade #147

Merged
merged 8 commits into from
Nov 13, 2024
Merged

Initial .NET 9 upgrade #147

merged 8 commits into from
Nov 13, 2024

Conversation

jamesmontemagno
Copy link
Collaborator

PR Classification

Code upgrade and refactoring to support .NET 9.0 and improve type safety.

PR Summary

Upgraded the project to .NET 9.0 and refactored code for better maintainability and type safety.

  • build-validation.yml: Updated .NET SDK version to 9.0.x.
  • App.xaml.cs: Overrode CreateWindow method for flexible window creation.
  • MonkeyFinder.csproj: Targeted .NET 9.0 and used $(MauiVersion) for package references.
  • MainPage.xaml: Added x:DataType in TapGestureRecognizer bindings.
  • Directory.Build.props and Directory.Build.targets: Updated supported OS versions and package versions.

@jamesmontemagno jamesmontemagno marked this pull request as ready for review October 30, 2024 23:57
Copy link
Collaborator

@jfversluis jfversluis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly some tabs vs spaces indentation stuff

@jamesmontemagno jamesmontemagno merged commit 71b6a84 into main Nov 13, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

2 participants