You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already recognized <auto-generated />. The original StyleCop also recognized <autogenerated />. So this brings us up to parity with that.
FixesDotNetAnalyzers#833
We already recognized <auto-generated />. The original StyleCop also recognized <autogenerated />. So this brings us up to parity with that.
FixesDotNetAnalyzers#833
A file starting with
// <autogenerated/>
is not accepted as an auto generated file by the '...HonorExclusions' extension methods.Stylecop was accepting both
<autogenerated/>
and<auto-generated/>
.The text was updated successfully, but these errors were encountered: