-
Notifications
You must be signed in to change notification settings - Fork 39
Update to .NET 9 #324
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
Update to .NET 9 #324
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
4d39187
Update to .NET 9
TheCodeTraveler 1eaca0c
Update for .NET 9
TheCodeTraveler 5c0af69
Update BindableObjectMultiBindExtensionsTests.cs
TheCodeTraveler 7386996
Update azure-pipelines.yml
TheCodeTraveler 49a3670
Update azure-pipelines.yml
TheCodeTraveler 438947e
Remove `string` path bindings
TheCodeTraveler 6c86ddb
Update azure-pipelines.yml
TheCodeTraveler 0eecf21
Update BindingHelpers.cs
TheCodeTraveler ea5a787
Fix TypedBinding
TheCodeTraveler 9bcfd43
Update GesturesExtensionsTests.cs
TheCodeTraveler 5be6fb6
Revert `Format` method
TheCodeTraveler 1e2a9ca
Revert `Format(int, params object[])`
TheCodeTraveler 66b64fe
Allow unsafe code blocks in sample
TheCodeTraveler 6293ac0
Enable AOT on Android + Windows Sample
TheCodeTraveler b20dfc8
Update CommunityToolkit.Maui.Markup.Sample.csproj
TheCodeTraveler b3b3b9a
Revert "Update CommunityToolkit.Maui.Markup.Sample.csproj"
TheCodeTraveler d630507
Revert "Enable AOT on Android + Windows Sample"
TheCodeTraveler bf733d2
Use Syntax Highlighting for code blocks
TheCodeTraveler 749fe98
Update `<WarningsAsErrors>`
TheCodeTraveler e70a347
Resolve WinRt errors
TheCodeTraveler 5307712
Remove `Application.Current.MainPage`
TheCodeTraveler 5ba730c
Create BindableObjectExtensionsTests.cs
TheCodeTraveler 7d7b595
Merge branch 'Support-NET-9' of https://github.com/CommunityToolkit/M…
TheCodeTraveler f54a2b8
Merge branch 'main' into Support-NET-9
TheCodeTraveler 1dd3914
Fix ElementExtensionsTests and DynamicResourceHandlerTests
TheCodeTraveler cf41760
Resolve AppThemeBinding Tests
TheCodeTraveler 5173e95
Merge branch 'main' into Support-NET-9
TheCodeTraveler 3899fd0
Remove `ActivateWindow`
TheCodeTraveler 3863174
Re-add obsolete BindableObjectExtensions
TheCodeTraveler 12edde2
Merge branch 'main' into Support-NET-9
TheCodeTraveler e7b0a6c
Update NuGet Packages
TheCodeTraveler 398a157
`dotnet format`
TheCodeTraveler 7245395
Update CommunityToolkit.Maui.Markup.Sample.csproj
TheCodeTraveler 641b7ef
Add Support for BindingBase.Create
TheCodeTraveler d326f04
Update Sample
TheCodeTraveler 3866804
Revert "Update Sample"
TheCodeTraveler 72b78be
Revert "Add Support for BindingBase.Create"
TheCodeTraveler 2c9c914
Update MVVM Toolkit
TheCodeTraveler 5d0c904
Revert "Update MVVM Toolkit"
TheCodeTraveler 76dc565
Revert
TheCodeTraveler 51fc161
Use `params ReadOnlySpan<T>`
TheCodeTraveler 6b5bec5
Merge branch 'main' into Support-NET-9
TheCodeTraveler b5e5f0b
Update ExecuteBindingsBase.cs
TheCodeTraveler cd4f88e
Revert Benchmarks
TheCodeTraveler 72b611a
Update Xcode logic
TheCodeTraveler 0c56055
Update azure-pipelines.yml
TheCodeTraveler 21848d2
Update azure-pipelines.yml
TheCodeTraveler 6906bfa
Increase to macOS-15
TheCodeTraveler f27026e
Merge branch 'main' into Support-NET-9
TheCodeTraveler f941773
Fix Hosted Agent Image
TheCodeTraveler 337e284
Merge branch 'Support-NET-9' of https://github.com/CommunityToolkit/M…
TheCodeTraveler e8364aa
Update azure-pipelines.yml
TheCodeTraveler 5d7a4a6
Use `CollectionViewHandler2` and `CarouselViewHandler2`
TheCodeTraveler 0411cdd
Use Primary Constructors
TheCodeTraveler 1027ebb
Use partial properties
TheCodeTraveler 3e9a144
Organize properties
TheCodeTraveler 255e6fc
Use Partial Properties
TheCodeTraveler 1653fa5
`dotnet format`
TheCodeTraveler e8cc2f0
Update for .NET 9 GA
TheCodeTraveler eaab921
Fix sample app error
TheCodeTraveler ae2a6c3
Update samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.M…
TheCodeTraveler f54775f
Update azure-pipelines.yml
TheCodeTraveler f306f8d
Update azure-pipelines.yml
TheCodeTraveler 8a11480
Revert to macOS-14
TheCodeTraveler 3d9ae6e
Revert "Revert to macOS-14"
TheCodeTraveler 19b67ad
Update azure-pipelines.yml
TheCodeTraveler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "8.0.203", | ||
| "version": "9.0.0", | ||
| "rollForward": "latestFeature", | ||
| "allowPrerelease": false | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,14 @@ | ||
| namespace CommunityToolkit.Maui.Markup.Sample; | ||
|
|
||
| class App : Application | ||
| partial class App : Application | ||
| { | ||
| readonly AppShell appShell; | ||
|
|
||
| public App(AppShell shell) | ||
| { | ||
| Resources = new AppStyles(); | ||
|
|
||
| MainPage = shell; | ||
| appShell = shell; | ||
| } | ||
|
|
||
| protected override Window CreateWindow(IActivationState? activationState) => new(appShell); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsDetailPage.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.