dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.22k stars 5.87k forks source link

Add documentation for suppressions of CA1305 #26028

Open MartyIX opened 3 years ago

MartyIX commented 3 years ago

https://github.com/dotnet/roslyn-analyzers/pull/5374 added the possiblity to add suppressions for CA1305 (Specify IFormatProvider analyzer).

Documentation similar to https://docs.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1304#exclude-specific-symbols should be added for CA1305 too.


This bug report follows the suggestion from @Youssef1313.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Youssef1313 commented 3 years ago

@gewarren Should this be tracked under dotnet/docs?

gewarren commented 3 years ago

Yes, is anyone able to transfer this issue to dotnet/docs?