-
-
Notifications
You must be signed in to change notification settings - Fork 455
Support for .NET 10 #400
Description
Is your feature request related to a problem? Please describe.
Currently, the library does not support .NET 10, which limits its usability in modern applications targeting the latest framework versions. As we upgrade our services and infrastructure to stay aligned with the latest .NET releases, this creates friction and prevents us from adopting the library in newer projects.
Describe the solution you'd like
Add official support for .NET 10 by updating the target frameworks and ensuring compatibility with the latest runtime and SDK. Ideally, this would include:
- Updating the project to target net10.0
- Verifying compatibility with existing features
- Publishing updated NuGet packages supporting .NET 10
- Ensuring CI pipelines validate against .NET 10
Describe alternatives you've considered
- Forking the repository and updating the target framework manually
- Using older .NET versions (not ideal due to missing improvements and long-term support concerns)
- Replacing the library with an alternative that supports newer frameworks
Additional context
.NET evolves quickly, and early support for new versions helps teams adopt improvements in performance, security, and language features. Adding .NET 10 support would make the library future-proof and more appealing for teams keeping up with the latest ecosystem.