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
- Pattern-matching can be O(2^n) to compile for some kinds of switches
- Remove .NET 4.5 targeting pack requirement for Microsoft.CodeAnalysis.Debugging.Package, PooledObjects.Package, and FunctionResolver
- Roslyn doesn't learn from System.Diagnostics.CodeAnalysis attributes on deconstruction parameters when checking switch expressions' null exhaustiveness
- Suggestion: IDE0079 (Remove unnecessary suppression) allow .editorconfig to support prefixes
- Add new line formatting analyzer rules to Code Cleanup
- Editor Tests targeting static abstract members should use at least Net 6 reference assemblies
- VS2019 debugger unable to select correct .NET Core Assembly when debugging with multiple AssemblyLoadContext(s).
- Render exception documentation texts.
- DebuggerDisplay fails to understand values from default interface implementation
- Analyzers - Nullable incorrectly flags null even if checked for non-null
- Docs
- C# not yet supported