Write CSC arguments to file and pass that to the execution

This commit is contained in:
Tamas Vajk
2023-08-16 12:35:32 +02:00
parent 166633dac0
commit a644133d8f
2 changed files with 20 additions and 8 deletions

View File

@@ -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}.");
}
}