| File: DiagnosticCategory.cs | Web Access |
| Project: src\src\Razor\src\Analyzers\Razor.Diagnostics.Analyzers\Razor.Diagnostics.Analyzers.csproj (Razor.Diagnostics.Analyzers) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Razor.Diagnostics.Analyzers; internal static class DiagnosticCategory { public const string Performance = nameof(Performance); public const string Reliability = nameof(Reliability); } |