mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
change analyzer diagnostics id
This commit is contained in:
@@ -10,7 +10,7 @@ namespace SourceGenerators
|
||||
// You can change these strings in the Resources.resx file. If you do not want your analyzer to be localize-able, you can use regular strings for Title and MessageFormat.
|
||||
// See https://github.com/dotnet/roslyn/blob/master/docs/analyzers/Localizing%20Analyzers.md for more on localization
|
||||
private const string Category = "Usage";
|
||||
private const string DiagnosticId = "DSharpPlusCodeChecks";
|
||||
private const string DiagnosticId = "DSharpPlusAttributeUsage";
|
||||
|
||||
private static readonly DiagnosticDescriptor AccessCheckAttributeOnGroupCommandRule = new DiagnosticDescriptor(
|
||||
DiagnosticId,
|
||||
|
||||
Reference in New Issue
Block a user