Skip to content

Stratkit Roslyn Analyzers

Provides set of roslyn analyzers, for instance a diagnostic analyzer that checks for classes that could be marked as sealed.

Recompile dll

In order to get Unity to use new implemented functionality, you must recompile the existing DLL.

  • Open the following project in your C# IDE: Analysers.sln.
  • Add or modify the C# code as desired.
  • Make sure that solution configuration is set to Release.
  • Build Solution.
  • The proper *.dll file and *.deps.json will be automatically placed in Analysers/ and Unity will detect it.