Update Analyzer Package#351
Merged
christiannagel merged 5 commits intomainfrom Apr 20, 2026
Merged
Conversation
Switched all GitHub Actions workflows for library projects from .NET 9.0.x to 10.0.x. This ensures builds and tests run against the latest .NET SDK across analyzers, backend models, client, cosmos, postgresql, and sqlserver libraries, affecting both stable and preview pipelines.
- Bump coverlet.collector to 10.0.0 and Microsoft.NET.Test.Sdk to 18.4.0 - Update Models.Tests project to target net10.0 - Multi-target Models library for net8.0, net9.0, and net10.0 - Increment Models package version to 3.9.0
Updated Entity Framework Core (Cosmos, SqlServer, Tools) and Microsoft.Extensions.* package versions for .NET 8.0 and 9.0, and added support for .NET 10.0. Also added Npgsql.EntityFrameworkCore.PostgreSQL for .NET 10.0. Project version incremented to 3.9.0.
Updated Codebreaker.Analyzers.csproj to support net10.0 in addition to net8.0 and net9.0. Increased the package version from 3.8.0 to 3.9.0.
Upgraded xunit.v3 to version 3.2.2 and replaced the xunit reference with xunit.v3 in the test project. Changed the test project's target framework from net9.0 to net10.0.
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.
PR Classification
This pull request adds .NET 10 support, updates dependencies, and increments package versions for a new release.
PR Summary
The codebase is updated to support .NET 10, with corresponding changes to project files, CI workflows, and dependency versions.
dotnet-version: 10.0.x.Codebreaker.Analyzers.csprojandCodebreaker.GameAPIs.Models.csprojtargetnet10.0in addition to previous frameworks.Codebreaker.GameAPIs.Models.Tests.csprojnow targetsnet10.0.Directory.Build.propsand project files incremented version from 3.8.0 to 3.9.0.Directory.Packages.propsupdates key dependencies and adds support fornet10.0package versions.