mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
4 lines
209 B
C#
4 lines
209 B
C#
using System.Diagnostics.CodeAnalysis;
|
|
|
|
[assembly: SuppressMessage ("Naming", "CA1708:Names should differ by more than case", Scope = "module", Justification = "That's coming from an external generator.")]
|