We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdc18e commit a2c9313Copy full SHA for a2c9313
CommunityToolkit.Mvvm.SourceGenerators/Diagnostics/DiagnosticDescriptors.cs
@@ -457,7 +457,7 @@ internal static class DiagnosticDescriptors
457
category: typeof(ObservablePropertyGenerator).FullName,
458
defaultSeverity: DiagnosticSeverity.Error,
459
isEnabledByDefault: true,
460
- description: "Types annotated with [NotifyDataErrorInfo] must inherit from ObservableRecipient.",
+ description: "Types annotated with [NotifyDataErrorInfo] must inherit from ObservableValidator.",
461
helpLinkUri: "https://aka.ms/mvvmtoolkit");
462
463
/// <summary>
0 commit comments