【发布时间】:2022-12-01 14:17:02
【问题描述】:
The analysis of my C# project outputs a file in an (to me) unknown file format. I would like to convert the output of the analysis to fullhtml with plog-converter, but this tool does not understand the generated analysis output. The output looks like this (pastebin link).
I have setup both the pvs core and dotnet package. Running ./pvs-studio-dotnet -t ~/Desktop/pvs-test/pvs-test.csproj -o analysis -r seems to work, the exit code is 0. After converting the analysis output to fullhtml with plog-converter, the page looks like this:
which does not seem correct.
【问题讨论】:
标签: c# linux pvs-studio