We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e838c28 commit afd7132Copy full SHA for afd7132
src/Controls/src/SourceGen/GeneratorHelpers.cs
@@ -69,7 +69,7 @@ public static string EscapeIdentifier(string identifier)
69
}
70
71
var enableLineInfo = true;
72
- if (fileOptions.TryGetValue("build_metadata.additionalfiles.LineInfo", out var lineInfo) && string.Compare(lineInfo, "disable", StringComparison.OrdinalIgnoreCase) == 0)
+ if (fileOptions.TryGetValue("build_metadata.additionalfiles.LineInfo", out var lineInfo) && string.Compare(lineInfo, "disable", StringComparison.OrdinalIgnoreCase) == 0)
73
enableLineInfo = false;
74
75
0 commit comments