Skip to content

Update to .NET 9 #22

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

Merged
merged 7 commits into from
Apr 1, 2025
Merged

Update to .NET 9 #22

merged 7 commits into from
Apr 1, 2025

Conversation

janusw
Copy link
Member

@janusw janusw commented Apr 1, 2025

No description provided.

janusw added 7 commits April 1, 2025 13:38
* and update minimum OS versions of iOS and Mac
* we need to use $MauiVersion, in order to select the appropriate
  MAUI version for .NET 8 and .NET9, respectively
* also we fix one incompatibility in the source code
'Layout.LayoutChanged' is obsolete: 'Use SizeChanged.'
* and update minimum OS versions of iOS and Mac
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window.  Additionally, each element features a Window property, accessible when it's part of the current window.'
XamlC warning XC0022: Binding could be compiled to improve runtime performance if x:DataType is specified. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.

(includes auto-formatting via prettier)
XamlC warning XC0024: Binding might be compiled incorrectly since the x:DataType annotation comes from an outer scope. Make sure you annotate all DataTemplate XAML elements with the correct x:DataType. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.
@janusw janusw merged commit 46a1644 into oxyplot:develop Apr 1, 2025
3 checks passed
@janusw janusw deleted the net9 branch April 1, 2025 20:45
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.

1 participant