roslyn
https://github.com/dotnet/roslyn
C#
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
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 supported478 Subscribers
View all SubscribersAdd a CodeTriage badge to roslyn
Help out
- Issues
- Roslyn doesn't adjust annotations for members with outputs stricter than inputs in object initializers leading to false positive possible null dereferences
- Deconstruction should not warn on tuple name mismatch
- TryGetIdentity can return null but is often required to not do so
- Deconstruction-declaration with pointer types fails to parse
- Extend ReadOnlySpan<byte> optimization for static data to work with ASCII/UTF8 strings
- Consider using .Equals() to compare items in IReferenceOrISignature
- Roslyn ignores [DisallowNull] attribute for uninitialized non-nullable members
- IDE0051 should factor in new dependency attributes in .NET 5
- CSharpExpressionCompiler can't evaluate expressions with dynamic variables inside async method
- Build Validator: Resolve if NuGet directory should be included
- Docs
- C# not yet supported