Example where I don't think I should need to suppress the diagnostic: ```cs partial struct Money : IFormattable #if !NETSTANDARD #pragma warning disable SA1001 // Commas should be spaced correctly , ISpanFormattable #pragma warning restore SA1001 #endif ```