1
0
Fork 0
mirror of https://github.com/ResetXPDR/MSFS2020_AutoFPS.git synced 2024-06-02 09:42:11 +00:00
MSFS2020_AutoFPS/Installer/GlobalSuppressions.cs
2024-02-16 14:59:22 +11:00

11 lines
728 B
C#

// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Style", "IDE0018:Inlinevariablendeklaration", Justification = "<Ausstehend>", Scope = "member", Target = "~M:Installer.InstallerFunctions.CheckVersion(System.String,System.String,System.Boolean,System.Boolean)~System.Boolean")]
[assembly: SuppressMessage("Style", "IDE1006:Benennungsstile", Justification = "<Ausstehend>")]
[assembly: SuppressMessage("Style", "IDE0044:Modifizierer \"readonly\" hinzufügen")]