File: System\Windows\Forms\Analyzers\Diagnostics\DiagnosticCategories.cs | Web Access |
Project: src\src\System.Windows.Forms.Analyzers\src\System.Windows.Forms.Analyzers.csproj (System.Windows.Forms.Analyzers) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Windows.Forms.Analyzers.Diagnostics; internal static class DiagnosticCategories { public const string ApplicationConfiguration = "Application Configuration"; public const string WinFormsSecurity = "WinForms Security"; public const string WinFormsUsage = "WinForms Usage"; } |