chore(csharp): enable formatting check via dotnet format#4351
Conversation
|
This always fails for me: Does it need to be |
I think this is because of the projects in the submodule that are referenced by the solution; my guess is that they haven't been fetched when this is run then we get the error because the project references can't be resolved. I tried changing something to address that problem and the subsequent build was successful so I assumed it had worked -- apparently not :(.
It could just trigger when there's a change in .cs files or in the csharp subdirectory, but I suspect if it's failing for you then it's probably going to fail for C# changes as well. Is there some other way to force the submodules to be resolved before this hook is run? Once the next version of the Apache.Arrow.Adbc package ships, we can get rid of the submodule and change the ProjectReferences to PackageReferences. |
|
Ah, if it's temporary then it's not a big deal. It's just that it fails even when I'm not touching C# at all, which surprised me. |
No description provided.