Support Roslyn analyzer
See original GitHub issue- The analyzer package will be extracted to
Library
directory- No need to install
dotnet
ornuget
- The analyzer dlls are not referenced by Unity as assets
- No need to install
- Configure settings in
Project Settings
window- Choose analyzer packages (name and version)
- Filter assemblies to analyze
- The analyzer dlls and rulesets will be referenced in the response file for the compilation process
Temp/UnityTempFile-***
- Support IDE
- Support all platforms
- Windows
- macOS
- Linux
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Code analysis using Roslyn analyzers - Visual Studio
NET Compiler Platform (Roslyn) Analyzers inspect your C# or Visual Basic code for style, quality, maintainability, design, and other issues.
Read more >Tutorial: Write your first analyzer and code fix
This tutorial provides step-by-step instructions to build an analyzer and code fix using the .NET Compiler SDK (Roslyn APIs).
Read more >Roslyn analyzers and source generators
Use Roslyn analyzers, source generators and ruleset files in Unity projects to inspect your code for style, quality, and other issues.
Read more >Roslyn Analyzers | JetBrains Rider Documentation
When Roslyn analyzer support is enabled, Rider scans for installed Roslyn analyzers and displays all code inspections from discovered ...
Read more >Welcome to roslyn-analyzers documentation — roslyn ...
This documentation contains generic information regarding the Roslyn Platform that will help understand how the repository was created as well as convey the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
WIP: It seems to be working fine.
To be honest, I don’t know much about analyzer packages… lol