-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet format in SDK 9.0.200 throws FileNotFoundException for .slnx solutions #47038
Comments
Tagging format area owners as per the CODEOWNERS file: @sharwell @arunchndr |
fixed in 201 #40913 (comment) |
I'm afraid that's not the case. |
|
@ownerer Note that a workaround here is to specify the directory containing the slnx file instead of specifying the slnx file itself. I've opened up a PR to make both cases work, but does this unblock you in the meantime? |
@sharwell aha, thanks for the tip! |
Describe the bug
dotnet format ConsoleApp1.slnx
fails, throwing aFileNotFoundException
To Reproduce
dotnet format ConsoleApp1.slnx
in a terminalExceptions (if any)
An issue was also raised here, but since this is the main repo apparently I'm opening a new one.
The text was updated successfully, but these errors were encountered: