Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the solution to target .NET 8 and C# 12, including necessary updates in CI and breaking changes documentation.
- Updates .NET version and UnoCheck parameters in the CI build configuration
- Documents the breaking changes with .NET 8 support and removal of .NET 7 in BREAKING_CHANGES.md
Reviewed Changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| build/stage-build.yml | Updated DotNetVersion, UnoCheck_Version, and UnoCheck_Manifest URL to support .NET 8 |
| BREAKING_CHANGES.md | Added a new section to document breaking changes for .NET 8 support |
Files not reviewed (6)
- src/DataLoader.Abstractions/DataLoader.Abstractions.csproj: Language not supported
- src/DataLoader.DynamicMvvm/DataLoader.DynamicMvvm.csproj: Language not supported
- src/DataLoader.Tests/DataLoader.Tests.csproj: Language not supported
- src/DataLoader.Uno.WinUI/DataLoader.Uno.WinUI.csproj: Language not supported
- src/DataLoader.Uno.WinUI/winappsdk-workaround.targets: Language not supported
- src/DataLoader/DataLoader.csproj: Language not supported
juliecantin
approved these changes
Apr 2, 2025
Lee31416
approved these changes
Apr 2, 2025
jeanplevesque
approved these changes
Apr 2, 2025
e3b02c9 to
bc1a063
Compare
carlh98
reviewed
Apr 2, 2025
carlh98
approved these changes
Apr 2, 2025
d72f2f0 to
137e7dd
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
GitHub Issue: #
Proposed Changes
What is the current behavior?
Projects in the solution target .NET 6-7 and C# 10-11.
What is the new behavior?
Projects in the solution target .NET 8 and C# 12.
Impact on version
buildfolder was changed..githubfolder was changed.Checklist
Please check that your PR fulfills the following requirements:
Other information