-
I'm trying to get dotnet format to work on commit in my repo. At the top level the repo has multiple folders in it and each folder has a project in it. I'm using:
And
But when I run the command I get the error: Could not find a MSBuild project file or solution file Which is true, all the projects are in subfolders. Is there any way to work around this? |
Beta Was this translation helpful? Give feedback.
Answered by
MeeJosh
Aug 9, 2023
Replies: 1 comment
-
I just added a superfluous sln file with all the project files I wanted formatted and that sorted it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MeeJosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just added a superfluous sln file with all the project files I wanted formatted and that sorted it.