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 supported164 Subscribers
View all SubscribersAdd a CodeTriage badge to runtime
Help out
- Issues
- [API Proposal]: Add support for XML serialization callbacks
- Using File.Exists to check the pipe created will make the NamedPipeClientStream connect fail
- Codegen for `value ? stackalloc byte[c1] : stackalloc byte[c2]` vs `stackalloc byte[value ? c1 : c2]`
- [API Proposal]: Equivalent of Path.IsPathRooted for directory traversal prevention
- [API Proposal]: [ReadOnly]Memory<T> lifetime / pooling considerations
- [API Proposal]: Proxy (HTTP, HTTP tunnel, Socks) support at the Socket level
- Private key file not got deleted for X509Certificate2 after process exit correctly for .net core program
- Cannot easily generate bash RunTests scripts from Windows, and vice versa
- Enable Int128/UInt128 interop tests for Mono
- [API Proposal]: Introduce cancellation sequence numbers to deal with token hiding in linked CTS
- Docs
- C# not yet supported