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:
in visual studio menu appears when right click on project (do not right click solution). in options menu there should menu item stylecop settings:
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.
besides, if still want use nuget package manager , visual studio 2017 you’ll want refer john vanderbeck’s solution on unity answers forum.



Comments
Post a Comment