Skip to content

chore!: Dotnet 8#61

Merged
Soap-141 merged 1 commit intomainfrom
dev/thla/chore-dotnet8
Apr 2, 2025
Merged

chore!: Dotnet 8#61
Soap-141 merged 1 commit intomainfrom
dev/thla/chore-dotnet8

Conversation

@Soap-141
Copy link
Contributor

@Soap-141 Soap-141 commented Apr 2, 2025

GitHub Issue: #

Proposed Changes

  • Bug fix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes, no api changes)
  • Build or CI related changes
  • Documentation content changes
  • Other, please describe:

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

  • Major (Public API was modified.)
    • Public constructs (class, struct, delegate, enum, etc.) were removed or renamed.
    • Public members were removed or renamed.
    • Public method signatures were changed or renamed.
  • Minor (Public API was extended.)
    • Public constructs, members, or overloads were added.
  • Patch (Public API was unchanged.)
    • A bug in behavior was fixed.
    • Documentation was changed.
  • None (The library is unchanged.)
    • Only code under the build folder was changed.
    • Only code under the .github folder was changed.

Checklist

Please check that your PR fulfills the following requirements:

  • Documentation has been added/updated.
  • Automated Unit / Integration tests for the changes have been added/updated.
  • Updated BREAKING_CHANGES.md (if you introduced a breaking change).
  • Your conventional commits are aligned with the Impact on version section.

Other information

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the solution to target .NET 8 and C# 12 by updating the build configuration and the related dependency references, and it documents the breaking changes introduced with the update.

  • Updated DotNetVersion, UnoCheck_Version, and UnoCheck_Manifest in the build/stage-build.yml file.
  • Added a new breaking changes entry in BREAKING_CHANGES.md to reflect support for .NET 8 and removal of .NET 7.

Reviewed Changes

Copilot reviewed 2 out of 12 changed files in this pull request and generated no comments.

File Description
build/stage-build.yml Updated the .NET version and dependency values for CI builds.
BREAKING_CHANGES.md Documented the breaking changes regarding .NET version support.
Files not reviewed (10)
  • src/Navigation.Tests/Navigation.Tests.csproj: Language not supported
  • src/SectionsNavigation.Abstractions/SectionsNavigation.Abstractions.csproj: Language not supported
  • src/SectionsNavigation.Reactive/SectionsNavigation.Reactive.csproj: Language not supported
  • src/SectionsNavigation.Uno.WinUI/SectionsNavigation.Uno.WinUI.csproj: Language not supported
  • src/SectionsNavigation.Uno.WinUI/winappsdk-workaround.targets: Language not supported
  • src/SectionsNavigation/SectionsNavigation.csproj: Language not supported
  • src/StackNavigation.Abstractions/StackNavigation.Abstractions.csproj: Language not supported
  • src/StackNavigation.Reactive/StackNavigation.Reactive.csproj: Language not supported
  • src/StackNavigation.Uno.WinUI/StackNavigation.Uno.WinUI.csproj: Language not supported
  • src/StackNavigation/StackNavigation.csproj: Language not supported

@Soap-141 Soap-141 self-assigned this Apr 2, 2025
@Soap-141 Soap-141 force-pushed the dev/thla/chore-dotnet8 branch from 10c5da0 to ec0a7fc Compare April 2, 2025 13:10
@Soap-141 Soap-141 force-pushed the dev/thla/chore-dotnet8 branch from d983561 to 6318a35 Compare April 2, 2025 13:58
@Soap-141 Soap-141 force-pushed the dev/thla/chore-dotnet8 branch from a605515 to 816ce07 Compare April 2, 2025 15:33
@Soap-141 Soap-141 merged commit 7b5c902 into main Apr 2, 2025
3 checks passed
@Soap-141 Soap-141 deleted the dev/thla/chore-dotnet8 branch April 2, 2025 15:54
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.

6 participants