Skip to content

Upgrade to net10#246

Merged
VL-CZ merged 9 commits intomasterfrom
feature/upgrade-to-net10
Mar 4, 2026
Merged

Upgrade to net10#246
VL-CZ merged 9 commits intomasterfrom
feature/upgrade-to-net10

Conversation

@VL-CZ
Copy link
Copy Markdown
Owner

@VL-CZ VL-CZ commented Mar 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 19:52
Copy link
Copy Markdown
Contributor

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 upgrades all projects in the RefDocGen solution from .NET 8 to .NET 10, updating target frameworks, package references, CI workflow configuration, and documentation.

Changes:

  • All .csproj, .fsproj, and .vbproj project files updated from net8.0 to net10.0
  • Hard-coded binary output paths in integration test fixtures updated from net8.0 to net10.0
  • CI workflow and documentation (README, docs, instructions) updated to reference .NET 10

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/RefDocGen/RefDocGen.csproj Main app TFM updated; Microsoft.AspNetCore.Components.Web bumped to a preview .NET 10 version
tests/RefDocGen.UnitTests/RefDocGen.UnitTests.csproj TFM updated to net10.0
tests/RefDocGen.IntegrationTests/RefDocGen.IntegrationTests.csproj TFM updated to net10.0
tests/RefDocGen.IntegrationTests/Fixtures/DocumentationFixture.cs Hard-coded DLL output paths updated to net10.0
tests/RefDocGen.IntegrationTests/Fixtures/VersionedDocumentationFixture.cs Hard-coded DLL output path updated to net10.0
tests/RefDocGen.ExampleLibrary/RefDocGen.ExampleLibrary.csproj TFM updated to net10.0
tests/RefDocGen.ExampleFSharpLibrary/RefDocGen.ExampleFSharpLibrary.fsproj TFM updated to net10.0
tests/RefDocGen.ExampleVbLibrary/RefDocGen.ExampleVbLibrary.vbproj TFM updated to net10.0
.github/workflows/dotnet.yml CI setup-dotnet action updated to install 10.0.x SDK
docs/index.md Prerequisites updated to .NET 10
README.md Prerequisites updated to .NET 10
.github/instructions/default.instructions.md Tech stack description updated to .NET 10

Copy link
Copy Markdown
Contributor

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

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@VL-CZ VL-CZ merged commit 7513ec8 into master Mar 4, 2026
3 checks passed
@VL-CZ VL-CZ deleted the feature/upgrade-to-net10 branch March 4, 2026 20:33
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.

2 participants