mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Write CSC arguments to file and pass that to the execution
This commit is contained in:
@@ -114,5 +114,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
|
||||
internal void CscMissing(string cscPath) =>
|
||||
LogInfo($"Csc.exe not found at {cscPath}.");
|
||||
|
||||
internal void RazorCscArgs(string args) =>
|
||||
LogInfo($"Running CSC to generate Razor source files. Args: {args}.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user