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 supported487 Subscribers
View all SubscribersAdd a CodeTriage badge to roslyn
Help out
- Issues
- Create an integration test to validate F5 and Roslyn build scripts (daily Roslyn dev flow)
- ```bool IsTargetAttribute(NamedTypeSymbol attributeClass, string namespaceName, string typeName)``` probably should check MetadataName of the type rather than just Name
- Primary constructors: Add node for primary parameter variables
- Support organizing imports as part of LSP document formatting
- Include syntax error in Hot Reload diagnostics reported to dotnet watch
- Skip code definition window tests blocked by github copilot
- A code fix for CS8767 (nullability doesn't match) and friends would be awesome
- LSP: Support `textDocument/semanticTokens/full` and `textDocument/semanticTokens/full/delta`
- Completion doesn't show extension methods if there is a property with the same name
- IDE0270 triggers over a #if
- Docs
- C# not yet supported