Skip to content

Supporting .NET v10.#61

Merged
BlaiseD merged 2 commits intomasterfrom
DotNet10
Jan 12, 2026
Merged

Supporting .NET v10.#61
BlaiseD merged 2 commits intomasterfrom
DotNet10

Conversation

@BlaiseD
Copy link
Member

@BlaiseD BlaiseD commented Jan 12, 2026

Supporting .NET v10.

@BlaiseD BlaiseD requested a review from Copilot January 12, 2026 19:40
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 repository to support .NET 10.0, upgrading from .NET 9.0. The changes include updating target frameworks, package dependencies, and build workflows to accommodate the new .NET version.

Changes:

  • Updated target frameworks from net9.0 to net10.0 across all projects
  • Upgraded NuGet package dependencies to versions compatible with .NET 10.0
  • Modified GitHub Actions workflows to use .NET 10.x SDK
  • Replaced direct MapperConfiguration instantiation with ConfigurationHelper.GetMapperConfiguration calls in test files

Reviewed changes

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

Show a summary per file
File Description
LogicBuilder.Structures/LogicBuilder.Structures.csproj Updated package release notes and MinVer version
LogicBuilder.Kendo.ExpressionExtensions/LogicBuilder.Kendo.ExpressionExtensions.csproj Updated target framework to net10.0 and package versions
LogicBuilder.Kendo.ExpressionExtensions.IntegrationTests/RepositoryTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.Kendo.ExpressionExtensions.IntegrationTests/PersisteneceTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.Kendo.ExpressionExtensions.IntegrationTests/LogicBuilder.Kendo.ExpressionExtensions.IntegrationTests.csproj Updated target framework and test package versions
LogicBuilder.Kendo.ExpressionExtensions.IntegrationTests/DataRequestTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.Expressions.Utils/LogicBuilder.Expressions.Utils.csproj Updated package release notes and MinVer version
LogicBuilder.Expressions.Utils.Tests/LogicBuilder.Expressions.Utils.Tests.csproj Updated target framework and test package versions
LogicBuilder.Expressions.EntityFrameworkCore/LogicBuilder.Expressions.EntityFrameworkCore.csproj Added net10.0 to target frameworks with EF Core 10.0.1
LogicBuilder.EntityFrameworkCore.SqlServer/LogicBuilder.EntityFrameworkCore.SqlServer.csproj Added net10.0 target framework and updated AutoMapper version range
LogicBuilder.EntityFrameworkCore.SqlServer.Tests/QueryableExpressionTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.EntityFrameworkCore.SqlServer.Tests/LogicBuilder.EntityFrameworkCore.SqlServer.Tests.csproj Updated target framework and test package versions
LogicBuilder.EntityFrameworkCore.SqlServer.Tests/FilterDescriptorTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.EntityFrameworkCore.SqlServer.Tests/CollectionExpressionTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.EntityFrameworkCore.SqlServer.IntegrationTests/QueryableExpressionTests.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.EntityFrameworkCore.SqlServer.IntegrationTests/PersistenceTest.cs Replaced MapperConfiguration instantiation with ConfigurationHelper
LogicBuilder.EntityFrameworkCore.SqlServer.IntegrationTests/LogicBuilder.EntityFrameworkCore.SqlServer.IntegrationTests.csproj Updated target framework and test package versions
LogicBuilder.Domain/LogicBuilder.Domain.csproj Updated package release notes and MinVer version
LogicBuilder.Data/LogicBuilder.Data.csproj Updated package release notes and MinVer version
.github/workflows/release.yml Updated to .NET 10.x SDK and added NuGet OIDC authentication
.github/workflows/ci.yml Updated to .NET 10.x SDK

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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