-
Notifications
You must be signed in to change notification settings - Fork 38
Add .NET 10 Support #399
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
Add .NET 10 Support #399
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7b1c314
Update to .NET 10
TheCodeTraveler 9016056
Update CommunityToolkit.Maui.Markup.UnitTests.csproj
TheCodeTraveler ba7b9fe
Update Directory.Build.props
TheCodeTraveler 2faecdc
Update dotnet-build.yml
TheCodeTraveler 90ef438
Update dotnet-build.yml
TheCodeTraveler 4521969
Remove `RequiresUnreferencedCodeAttribute`
TheCodeTraveler dc4ab8a
`dotnet format`
TheCodeTraveler 7238eed
Remove AOT
TheCodeTraveler 7ff440a
Update CommunityToolkit.Maui.Markup.Sample.csproj
TheCodeTraveler 5419747
Update Directory.Build.props
TheCodeTraveler 038297c
Update to .NET 10 RC 2
TheCodeTraveler c32d981
Merge branch 'main' into Update-to-.NET-10
TheCodeTraveler a1b69d0
Remove `NextMauiPackageVersion`
TheCodeTraveler 38b2106
Merge branch 'main' into Update-to-.NET-10
TheCodeTraveler baa638e
Use `macos-26`
TheCodeTraveler 6e85055
Use `env.Xcode_Version`
TheCodeTraveler e797438
Revert `preview`
TheCodeTraveler 6a7b3ec
Use `ga`
TheCodeTraveler 1b0c68e
Migrate to `slnx`
TheCodeTraveler 67cda55
Revert `Microsoft.CodeAnalysis.CSharp` to latest stable release
TheCodeTraveler 451a6ad
Update MauiPackageVersion to 10.0.0
TheCodeTraveler 945dedc
Refactor TypedBindingExtensionsTests to use button
TheCodeTraveler 65d2095
Update Directory.Build.props
TheCodeTraveler 29eb001
Update NuGet Packages
TheCodeTraveler f5ff736
Merge branch 'Update-to-.NET-10' of https://github.com/CommunityToolk…
TheCodeTraveler 41265bf
update to `macos-26`
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
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <Solution> | ||
| <Folder Name="/Samples/"> | ||
| <Project Path="CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj"> | ||
| <Deploy /> | ||
| </Project> | ||
| </Folder> | ||
| <Folder Name="/Solution Items/"> | ||
| <File Path="../.editorconfig" /> | ||
| <File Path="../Directory.Build.props" /> | ||
| <File Path="../global.json" /> | ||
| </Folder> | ||
| <Project Path="../src/CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj" /> | ||
| <Project Path="../src/CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj" /> | ||
| <Project Path="../src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj" /> | ||
| <Project Path="../src/CommunityToolkit.Maui.Markup/CommunityToolkit.Maui.Markup.csproj" /> | ||
| </Solution> |
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
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
4 changes: 1 addition & 3 deletions
4
samples/CommunityToolkit.Maui.Markup.Sample/Pages/SettingsPage.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
4 changes: 1 addition & 3 deletions
4
samples/CommunityToolkit.Maui.Markup.Sample/Platforms/MacCatalyst/AppDelegate.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
4 changes: 1 addition & 3 deletions
4
samples/CommunityToolkit.Maui.Markup.Sample/Platforms/iOS/AppDelegate.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.
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.
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.
Do we still need 26 preview?
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.
Unsure! I'll remove it now and see what happens