Closed Finadoggie closed 3 years ago
wait that's not supposed to happen
dotnet : An error occurred when executing task 'InspectCode'.
At C:\projects\osu-tools\InspectCode.ps1:26 char:1
+ dotnet cake ./build/InspectCode.cake $cakeArguments
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (An error occurr... 'InspectCode'.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Error:
One or more errors occurred. (inspectcode failed with return code 5)
inspectcode failed with return code 5
Command executed with exception: One or more errors occurred. (inspectcode failed with return code 5)
inspectcode failed with return code 5
I'm not sure what this error means and/or how to fix it, and the tools work fine when I'm running the commands so idk why it's even firing errors
Please see the "messages" tab in the appveyor CI result. There are some static analysis inspections therein to fix.
bdach and StanR, you guys are lifesavers!
For future reference, "update profilecommand.cs" isn't a very useful commit message. Better to say something like "fix inspection errors", if in fact that's what that commit is doing.
aight, that was just the name it gave all the commits that I didn't name, and I thought it would be assumed that every unnamed update was just a "fix the broken" commit
more nice qol, this time with some help from StanR