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
"Could not find resource dictionaries. There must be a file named [LANG].xaml file (for example, en.xaml), and it must be specified in <AdditionalFiles /> in your .csproj file.",
11
+
"Could not find resource dictionaries. There must be a `en.xaml` file under `Language` folder.",
12
12
"Localization",
13
13
DiagnosticSeverity.Warning,
14
14
isEnabledByDefault:true
@@ -17,7 +17,7 @@ public static class SourceGeneratorDiagnostics
$"Could not find a property of type {Constants.PluginContextTypeName} in {{0}}. It must be a public static or internal static property of the main class of your plugin.",
29
+
$"Could not find a property of type `{Constants.PluginContextTypeName}` in `{{0}}`. It must be a public static or internal static property of the main class of your plugin.",
30
30
"Localization",
31
31
DiagnosticSeverity.Warning,
32
32
isEnabledByDefault:true
@@ -35,7 +35,7 @@ public static class SourceGeneratorDiagnostics
0 commit comments