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
- [wasm] Bump wasmbrowser template precedence so it tracks the SDK version
- JIT: (bug) constant-NaN Math.Min/Max folding drops the other argument's side effects
- JIT: (bug) runtime-async await of a null Task completes successfully instead of throwing NullReferenceException
- [macOS] LargeUriAndHeaders_Works times out
- Linux: Process reports its ptrace-stopped child as exited when the parent is the tracer
- MemoryMappedView leak
- Test failure: System.Diagnostics.Tests.CounterSampleCalculatorTests.CounterSampleCalculator_ElapsedTime
- JIT: (bug) Strength reduction zeroes an intermediate local that a preserved `checked` overflow check still reads, suppressing OverflowException
- 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
- Docs
- C# not yet supported