c# - StyleCop+ SignalR naming -
in our application using stylecop+ , signalr. did name our entities signalruser , signalrconnection , stylecop+ not this. suppress message these entities, our variables named signalruser or else.
i added signalr list of abbreviations , recognized words, stylecop+ still says
sp0100 : stylecopplus.stylecopplus : local variable name signalruser doesn't conform specified style: samplename.
how can tell stylecop+ ignore "misspelling"?
if add signalr
compound words (or abbreviations) list should allow signalruser
, signalrconnection
or mysignalrwhatever
.
however, singalruser
not still allowed, suppose, since it's lowercase.
alternatively, add r
list. in case, name myrfeature
, signalr
or rtype
should allowed well.
Comments
Post a Comment