mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
8 lines
276 B
PowerShell
8 lines
276 B
PowerShell
dotnet tool restore
|
|
|
|
dotnet CodeFileSanity
|
|
dotnet jb inspectcode "osu-framework.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
|
|
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
|
|
|
exit $LASTEXITCODE
|