Skip to content

feat: add support for .NET 10.0#223

Merged
NelsonBN merged 3 commits intomainfrom
support-dotnet10
Feb 1, 2026
Merged

feat: add support for .NET 10.0#223
NelsonBN merged 3 commits intomainfrom
support-dotnet10

Conversation

@NelsonBN
Copy link
Member

@NelsonBN NelsonBN commented Feb 1, 2026

Checklist before requesting a review

  • I have performed a self-review of my code.
  • Implemented tests for new features.
  • I tested the features already implemented.
  • Added usage examples in the readme.

Copilot AI review requested due to automatic review settings February 1, 2026 15:22
@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Test Summary

    5 files      5 suites   1s ⏱️
  252 tests   252 ✅ 0 💤 0 ❌
1 260 runs  1 260 ✅ 0 💤 0 ❌

Results for commit d6cdb55.

♻️ This comment has been updated with latest results.

Copy link
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

Adds repository and CI support for targeting/building with .NET 10.0 across the library and test projects.

Changes:

  • Add net10.0 to the target frameworks for the main library and test project.
  • Bump build tooling/package versions (e.g., global.json, test SDK/runner, assertions).
  • Update GitHub Actions workflows and README to reflect .NET 10.0 support.

Reviewed changes

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

Show a summary per file
File Description
tests/PowerUtils.Geolocation.Tests/PowerUtils.Geolocation.Tests.csproj Adds net10.0 test target and bumps several test dependencies.
src/PowerUtils.Geolocation.csproj Adds net10.0 target and updates SourceLink package reference.
global.json Pins repo SDK to 10.0.102.
README.md Documents .NET 10.0 support.
.github/workflows/tests.yml Updates installed SDK versions used in CI test workflow.
.github/workflows/sonarcloud-and-mutations.yml Moves analysis/mutation framework to net10.0.

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

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Code Coverage

Package Line Rate Branch Rate Complexity Health
PowerUtils.Geolocation 100% 100% 131
Summary 100% (181 / 181) 100% (70 / 70) 131

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 1, 2026

@NelsonBN NelsonBN merged commit bc89d92 into main Feb 1, 2026
10 checks passed
@NelsonBN NelsonBN deleted the support-dotnet10 branch February 1, 2026 15:39
@NelsonBN
Copy link
Member Author

NelsonBN commented Feb 1, 2026

🎉 This PR is included in version 2.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant