A game framework written with osu! in mind.
1dotnet tool restore
2
3# Temporarily disabled until the tool is upgraded to 5.0.
4 # The version specified in .config/dotnet-tools.json (3.1.37601) won't run on .NET hosts >=5.0.7.
5 # - cmd: dotnet format --dry-run --check
6
7dotnet CodeFileSanity
8dotnet jb inspectcode "osu-framework.Desktop.slnf" --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
9dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
10
11exit $LASTEXITCODE