Skip to content

Commit 2f3c842

Browse files
committed
Fixup message for 'MVVMTK0052' diagnostic
1 parent 633f32e commit 2f3c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Mvvm.SourceGenerators/Diagnostics/DiagnosticDescriptors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ internal static class DiagnosticDescriptors
873873
category: typeof(ObservablePropertyGenerator).FullName,
874874
defaultSeverity: DiagnosticSeverity.Error,
875875
isEnabledByDefault: true,
876-
description: "A property using [ObservableProperty] is not a partial implementation part ([ObservableProperty] must be used on partial property definitions with no implementation part).",
876+
description: "A property using [ObservableProperty] is not an incomplete partial definition part ([ObservableProperty] must be used on partial property definitions with no implementation part).",
877877
helpLinkUri: "https://aka.ms/mvvmtoolkit/errors/mvvmtk0052");
878878

879879
/// <summary>

0 commit comments

Comments
 (0)