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
The problem matcher will automatically surface as annotations on the pull request and other files so you could easily see where compiler errors or warnings are. The design is essentially the same as VSCode which uses them to give you errors and warnings in the editor rather than having to dig through the text log.
Are there docs on this. I see the repo you pointed to but not sure if I directly copy that or how can I learn more about the json files and relationships. Totally up to do this. Guide me?
I tried using a problem matcher in one of my repos, but I abandoned it as it didn't handle message for a single error or warning that spanned multiple lines, and was also generally a pain for various reasons.
I've also dumped the abandoned problem matcher here in case it's of use to anyone (it is possible to register a problem matcher from your own workflow for reference):
Please see the actions/setup-dotnet repo as an example.
https://github.com/actions/setup-dotnet/blob/master/src/setup-dotnet.ts#L30
https://github.com/actions/setup-dotnet/blob/master/.github/csc.json
The text was updated successfully, but these errors were encountered: