You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to skip CSharpier in a project where we use the msbuild nuget package. Is there a property which skips CSharpier completely? As far as I can tell the CSharpier_Check property only switches between writing format to disk or validating the format.
Something like this would be great: dotnet publish -c release -o /app --no-restore /p:CSharpier_Skip=true
The text was updated successfully, but these errors were encountered:
I was trying to skip CSharpier in a project where we use the msbuild nuget package. Is there a property which skips CSharpier completely? As far as I can tell the CSharpier_Check property only switches between writing format to disk or validating the format.
Something like this would be great:
dotnet publish -c release -o /app --no-restore /p:CSharpier_Skip=true
The text was updated successfully, but these errors were encountered: