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
{"ca|customanalyzer=","{PATH} to a custom DLL file containing code analyzers. This option can be specified more than once.", v =>CustomAnalyzerFiles.Add(v)}
241
+
{"ca|customanalyzer=","{PATH} to a custom DLL file containing code analyzers. This option can be specified more than once.", v =>CustomAnalyzerFiles.Add(v)},
242
+
{"now|nowatchers","No Copy and Dependency files watchers.", _ =>NoCopyDependencyWatchers=true}
237
243
};
238
244
239
245
System.Collections.Generic.List<string>arguments;
@@ -312,6 +318,7 @@ static int Main(string[] args)
0 commit comments