Closed Donaut closed 2 years ago
There is a VSIX project that I've used for debugging. https://github.com/DotNetAnalyzers/ReflectionAnalyzers/blob/master/ReflectionAnalyzers.Vsix/ReflectionAnalyzers.Vsix.csproj
Try building and installing it. It is not published in the Visual Studio Extension store or whatever the name is. I have not used it in a while so maybe there are issues, Visual Studio extensions tend to be fragile.
Thanks for the qucik response i try:D
If it does not work we should fix it so don't hesitate to report if it is broken. I don't think we will publish the extension as nuget is a nicer way to consume analyzers, works in CI etc. So we punish people who want to consume it via VSIX with extra steps of building and installing :)
Hello,
The problem is that i want to use it at my work place but i cannot just spam the application with nuget packages. Can install it globaly or as a visual studio extension?