question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Roslyn analyzer

See original GitHub issue
  • The analyzer package will be extracted to Library directory
    • No need to install dotnet or nuget
    • The analyzer dlls are not referenced by Unity as assets
  • 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
mob-sakaicommented, Nov 13, 2020

WIP: It seems to be working fine.

1reaction
mob-sakaicommented, Nov 16, 2020

To be honest, I don’t know much about analyzer packages… lol

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found