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
markdownMessage:"C# was extracted with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as Nuget and Dotnet CLIs, only contributing information about external dependencies.",
115
117
severity:DiagnosticMessage.TspSeverity.Note
116
118
));
119
+
120
+
// For the time being we are adding an additional message regarding the binlog usage. In the future, we might want to remove the buildless messages altogether when the binlog option is specified.
121
+
if(actions.GetEnvironmentVariable(CSharpAutobuildOptions.ExtractorOptionBinlog)is not null)
122
+
{
123
+
AddDiagnostic(newDiagnosticMessage(
124
+
Options.Language,
125
+
"buildless/binlog",
126
+
"C# was extracted with the experimental 'binlog' option",
0 commit comments