We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd90b48 commit c285c46Copy full SHA for c285c46
1 file changed
src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs
@@ -251,7 +251,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
251
// Report exceptions that occur during generation
252
sourceProductionContext.ReportDiagnostic(
253
CreateDiagnostic(
254
- $"RX9999",
+ $"RS9999",
255
"Source Generation Error",
256
$"An error occurred during source generation: {ex.Message}",
257
DiagnosticSeverity.Error));
0 commit comments