I spent past hour or so trying to get dotnet format working in my action pipeline for a .NET Core v6 project. I went through various configurations to the yml file but all end with the same result:
Unrecognized command or argument '--check'
Unrecognized command or argument '--dry-run'
Unrecognized command or argument '--files'
Is there any workaround for this?
I spent past hour or so trying to get
dotnet formatworking in my action pipeline for a .NET Core v6 project. I went through various configurations to theymlfile but all end with the same result:Is there any workaround for this?