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
Errors from TSV (and TSVAll) should be promoted to "GitHub Errors", ideally with file and line numbers, including all the parallel jobs. Ideally exclude duplicate errors from windows and linux.
Errors when running tsp compile in TSV should be promoted to "GitHub Errors" including file and line number, so they can appear in the PR file diff. We might be able to use "Problem Matchers": https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md. If not, we can parse it manually in TSV.
The text was updated successfully, but these errors were encountered:
mikeharder
changed the title
[TypeSpecValidation] Promote errors from tsp compile to GitHub Errors
[TypeSpecValidation] Promote errors to GitHub Errors
Nov 1, 2024
Errors from TSV (and TSVAll) should be promoted to "GitHub Errors", ideally with file and line numbers, including all the parallel jobs. Ideally exclude duplicate errors from windows and linux.
Errors when running
tsp compile
in TSV should be promoted to "GitHub Errors" including file and line number, so they can appear in the PR file diff. We might be able to use "Problem Matchers": https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md. If not, we can parse it manually in TSV.The text was updated successfully, but these errors were encountered: