I want to write a custom code analyzer in Visual Studio 2015 for a C# ConsoleApplication. For this reason I don\'t want to create a seperate \"Analyzer with Code Fix\" project f
If you add an analyzer as Nuget and check the content of your project, you'll see that only an item is added. You can do the same manually. Also, you can do this in the .csproj.user file as well, so you can also do it locally, and not commit this change to your SCM.