We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257ed92 commit 03af505Copy full SHA for 03af505
src/CommunityToolkit.Mvvm.SourceGenerators/Diagnostics/DiagnosticDescriptors.cs
@@ -551,7 +551,7 @@ internal static class DiagnosticDescriptors
551
/// </summary>
552
public static readonly DiagnosticDescriptor FieldReferenceForObservablePropertyFieldWarning = new DiagnosticDescriptor(
553
id: "MVVMTK0034",
554
- title: "Invalid task scheduler exception flow option usage",
+ title: "Direct field reference to [ObservableProperty] backing field",
555
messageFormat: "The field {0} is annotated with [ObservableProperty] and should not be directly referenced (use the generated property instead)",
556
category: typeof(ObservablePropertyGenerator).FullName,
557
defaultSeverity: DiagnosticSeverity.Warning,
0 commit comments