c# - StyleCop Settings not appear in Visual Studio -


i installed stylecop nuget package, want change few settings of stylecop, right click on solution menu doesn't appear stylecop settings block..

any ideas?

stylecop settings not appear in visual studio

the simple way download stylecop installer, install it. once have done installation. visual studio should have new command under tools menu:

enter image description here

in visual studio menu appears when right click on project (do not right click solution). in options menu there should menu item stylecop settings:

enter image description here

the settings.stylecop file can opened explorer , edited through gui. if doesn’t work, try dragging settings file onto application called stylecopsettingseditor.exe installed in stylecop program files folder.

enter image description here

besides, if still want use nuget package manager , visual studio 2017 you’ll want refer john vanderbeck’s solution on unity answers forum.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -