summaryrefslogtreecommitdiff
path: root/misc/scripts/dotnet_format.sh
AgeCommit message (Collapse)Author
2022-10-12Fix dotnet formatRaul Santos
It was failing due to generated files being referenced in .NET projects but the files are missing because they are generated by `godot --generate-mono-glue` or `build_assemblies.py`.
2022-08-27Add `dotnet format` to CI to check C# styleRaul Santos