We currently support the following .NET versions:
.NET Version | Supported | Notes |
---|---|---|
.NET 9.0 | ✅ Yes | Actively maintained and tested |
Older (<9.0) | ❌ No | Unsupported |
Previews | ⚠ Partial | Not officially supported or secure for production |
If you discover a security vulnerability, please do not create a public issue.
Instead, use GitHub’s built-in security advisory system to privately report vulnerabilities.
GitHub allows you to:
- Confidentially disclose security issues.
- Collaborate on a private patch if necessary.
- Receive CVE identifiers (if applicable).
🔗 Submit a vulnerability report
You may also contact us directly at [[email protected]] if you are unable to use GitHub’s reporting tools.
- Run this project using .NET 9.0 with the latest patches.
- Avoid using preview or nightly SDKs in production.
- Monitor dependencies and GitHub Dependabot alerts for new vulnerabilities.
We follow Semantic Versioning. Security patches will be released as:
- Patch updates (e.g.,
v1.2.3 → v1.2.4
) for backward-compatible fixes. - Critical vulnerabilities may warrant immediate releases outside regular cadence.
Thank you for helping keep this project and its users secure.