Skip to content

Update pattern to match current dotnet format output #491

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

aclemmensen
Copy link

This change brings the problem matcher in sync with current output format of dotnet format, and as it happens also dotnet build as they share a format now. So it'll catch both linting errors as well as build warnings.

Besides that it adds a missing copy to the publish stage to make sure the json file makes its way to the dist folder. I've also updated this to target Node 16 instead of 12. The readme is also updated with up-to-date guidance.

This shows examples of the updated regex working on both formatting output as well as build warnings: https://regex101.com/r/OYkSSv/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant