Skip to content

feat: Add .NET 10 support#1572

Merged
HofmeisterAn merged 6 commits intodevelopfrom
feature/add-dotnet-10-tfm
Nov 14, 2025
Merged

feat: Add .NET 10 support#1572
HofmeisterAn merged 6 commits intodevelopfrom
feature/add-dotnet-10-tfm

Conversation

@HofmeisterAn
Copy link
Collaborator

@HofmeisterAn HofmeisterAn commented Nov 12, 2025

What does this PR do?

This PR adds support for .NET 10 and drops net462. I checked the transitive dependencies, and almost none of them support net462. Since only a few lines of code in some modules actually build with it, there's little benefit in keeping it compared to the extra overhead and maintenance complexity. It requires additional polyfills and workarounds for missing APIs (to fully support it), which I'd like to reduce/avoid.

If there are significant benefits I'm overlooking, we can add the support again.

The PR is blocked by: kurrent-io/KurrentDB-Client-Dotnet#372.

Why is it important?

-

Related issues

-

@coderabbitai
Copy link

coderabbitai bot commented Nov 12, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

37 files out of 144 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/add-dotnet-10-tfm

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Nov 12, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit b8e6736
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/69173d803c3726000810e124
😎 Deploy Preview https://deploy-preview-1572--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@HofmeisterAn HofmeisterAn marked this pull request as ready for review November 14, 2025 15:06
@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Nov 14, 2025
@HofmeisterAn HofmeisterAn merged commit ef955b3 into develop Nov 14, 2025
148 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/add-dotnet-10-tfm branch November 14, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant