We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example where I don't think I should need to suppress the diagnostic:
partial struct Money : IFormattable #if !NETSTANDARD #pragma warning disable SA1001 // Commas should be spaced correctly , ISpanFormattable #pragma warning restore SA1001 #endif