We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9e93e commit fbd615cCopy full SHA for fbd615c
src/Controls/src/BindingSourceGen/DiagnosticsFactory.cs
@@ -76,7 +76,7 @@ public static DiagnosticInfo LambdaResultCannotBeResolved(Location location)
76
new DiagnosticDescriptor(
77
id: "BSG0006",
78
title: "Lambda result type cannot be resolved",
79
- messageFormat: "The lambda result type cannot be resolved. Make sure that soruce generated fields / properties are not used in the path.",
+ messageFormat: "The lambda result type cannot be resolved. Make sure that source generated fields / properties are not used in the path.",
80
category: "Usage",
81
defaultSeverity: DiagnosticSeverity.Error,
82
isEnabledByDefault: true),
0 commit comments