runtime
https://github.com/dotnet/runtime
C#
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported165 Subscribers
View all SubscribersAdd a CodeTriage badge to runtime
Help out
- Issues
- JIT: (bug) Strength reduction computes `int.MinValue % -1` in `Gcd`, faulting the JIT with an integer-divide overflow
- JIT: (bug) Loop cloning treats a jagged-array row `a[k]` as loop-invariant, dropping bounds checks when the row is replaced inside the loop
- JIT: (bug) SCEV recursion over shared SSA DAGs is exponential: no memoization, no shared-node tracking, no work budget
- [ci-scan] Interpreter assert SetInterpreterCode: m_interpreterCode != INTERPRETER_CODE_POISON (method.hpp:1992) crashes test hos [Content truncated due to length]
- `dotnet test` no longer has test output for libraries projects
- Invalid page size assumptions in GC
- Bad lowering of CreateScalar when EnableHWIntrinsic=0
- Add Composite ML-KEM PKCS#8 canaries
- JIT: (bug) AvxVnni.V512.MultiplyWideningAndAdd folded into BlendVariable loses the merge operand
- JIT: Preserve SIMD operand evaluation and ordering
- Docs
- C# not yet supported