-
Notifications
You must be signed in to change notification settings - Fork 172
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
No longer work after upgrading 5.0.301 from 6.0.101 #1522
Comments
still broken with sdk 6.0.3
|
Noticed the same thing, however this workaround does the job until the issue is resolved. |
There is a fix coming in the next .NET 6 SDK release. In the meantime you can install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my project structure:
Here is my lint-staged config in package.json
dotnet format
was working fine with pre-commit with the sdk version 5.0.301After I installed 6.0.101, it no longer working:
The work around I have tried:
package.json
as below. But this makes committing changes 4 times slower than usual :The text was updated successfully, but these errors were encountered: