样式警察奇怪的错误
Style cop strange error
我正在使用 style cop,但我的 C# 代码在 vs 2015 中出现错误
Severity Code Description Project File Line Suppression State
Error SP2001 : StyleCopPlus.StyleCopPlus : Only tab characters are
allowed to be used for
indentation.
所以我选择了内容并转到
Edit >> Advanced >> Tabify the selected lines
并且 运行 样式警察并收到错误
Severity Code Description Project File Line Suppression State
Error SA1027 : CSharp.Spacing : Tabs are not allowed. Use spaces
instead.
我不知道怎么解决,谁能帮我解决这个问题?
我已经参考这个document
更正了
我在间距规则中禁用了规则 SA1027: TabsMustNotBeUsed
而且我已经解压了代码。
我正在使用 style cop,但我的 C# 代码在 vs 2015 中出现错误
Severity Code Description Project File Line Suppression State Error SP2001 : StyleCopPlus.StyleCopPlus : Only tab characters are allowed to be used for indentation.
所以我选择了内容并转到
Edit >> Advanced >> Tabify the selected lines
并且 运行 样式警察并收到错误
Severity Code Description Project File Line Suppression State Error SA1027 : CSharp.Spacing : Tabs are not allowed. Use spaces instead.
我不知道怎么解决,谁能帮我解决这个问题?
我已经参考这个document
更正了我在间距规则中禁用了规则 SA1027: TabsMustNotBeUsed
而且我已经解压了代码。