Merged
Conversation
Contributor
There was a problem hiding this comment.
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.vbprojproject files updated fromnet8.0tonet10.0 - Hard-coded binary output paths in integration test fixtures updated from
net8.0tonet10.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 |
src/RefDocGen/TemplateProcessors/Shared/DocVersioning/DocVersionManager.cs
Show resolved
Hide resolved
src/RefDocGen/TemplateProcessors/Shared/RazorTemplateProcessor.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.