Skip to content
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

Skip CSharpier with dotnet cli property #914

Closed
OneCyrus opened this issue Jun 14, 2023 · 2 comments
Closed

Skip CSharpier with dotnet cli property #914

OneCyrus opened this issue Jun 14, 2023 · 2 comments
Labels
area:msbuild type:enhancement New feature or request
Milestone

Comments

@OneCyrus
Copy link

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

@belav
Copy link
Owner

belav commented Jun 17, 2023

Thanks for the suggestion! I went with bypass instead of skip because it sounded better when I was documenting how to make use of it.

@belav belav added this to the 0.25.0 milestone Jun 17, 2023
@belav belav added type:enhancement New feature or request area:msbuild labels Jun 17, 2023
@OneCyrus
Copy link
Author

awesome. thank you!

@belav belav closed this as completed in f54a490 Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:msbuild type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants