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.
2 parents da74b71 + 7a29ca7 commit a952061Copy full SHA for a952061
src/FSharp.Analyzers.Cli/Program.fs
@@ -358,7 +358,7 @@ let writeReport (results: AnalyzerMessage list option) (codeRoot: string option)
358
359
sarifLogger.Dispose()
360
with ex ->
361
- logger.LogError("Could not write sarif to {report}")
+ logger.LogError(ex, "Could not write sarif to {report}", report)
362
logger.LogInformation("{0}", ex)
363
364
let calculateExitCode (msgs: AnalyzerMessage list option) : int =
0 commit comments