You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messageFormat:$"Cannot apply [ObservableRecipient] to type {{0}}, as it already inherits from the ObservableRecipient class",
@@ -83,7 +85,7 @@ internal static class DiagnosticDescriptors
83
85
/// Format: <c>"Cannot apply [ObservableRecipientAttribute] to type {0}, as it lacks necessary base functionality (it should either inherit from ObservableObject, or be annotated with [ObservableObjectAttribute] or [INotifyPropertyChangedAttribute])"</c>.
title:"Missing base ObservableObject functionality",
89
91
messageFormat:$"Cannot apply [ObservableRecipient] to type {{0}}, as it lacks necessary base functionality (it should either inherit from ObservableObject, or be annotated with [ObservableObject] or [INotifyPropertyChanged])",
@@ -99,7 +101,7 @@ internal static class DiagnosticDescriptors
99
101
/// Format: <c>"The field {0}.{1} cannot be used to generate an observable property, as it has {2} validation attribute(s) but is declared in a type that doesn't inherit from ObservableValidator"</c>.
messageFormat:"The field {0}.{1} cannot be used to generate an observable property, as it has {2} validation attribute(s) but is declared in a type that doesn't inherit from ObservableValidator",
@@ -115,7 +117,7 @@ internal static class DiagnosticDescriptors
115
117
/// Format: <c>"The method {0}.{1} cannot be used to generate a command property, as its signature isn't compatible with any of the existing relay command types"</c>.
messageFormat:"The method {0}.{1} cannot be used to generate a command property, as its signature isn't compatible with any of the existing relay command types",
@@ -128,7 +130,7 @@ internal static class DiagnosticDescriptors
128
130
/// <summary>
129
131
/// Gets a <see cref="DiagnosticDescriptor"/> indicating when an unsupported C# language version is being used.
title:"No valid ICommand.CanExecute member match",
182
184
messageFormat:"The CanExecute name must refer to a compatible member, but no valid members were found for \"{0}\" in type {1}",
@@ -192,7 +194,7 @@ internal static class DiagnosticDescriptors
192
194
/// Format: <c>"The method {0}.{1} cannot be annotated with the [ICommand] attribute specifying a concurrency control setting, as it maps to a non-asynchronous command type"</c>.
title:"Invalid concurrency control setting usage",
198
200
messageFormat:"The method {0}.{1} cannot be annotated with the [ICommand] attribute specifying a concurrency control setting, as it maps to a non-asynchronous command type",
0 commit comments