Chet Husk
a5f6b5adfd
Register a problem matcher for MSBuild/csc errors and warnings
...
- Add .github/msbuild.json with two owners: one matching file-based
diagnostics (File(line,col): error/warning CODE: msg [project]) and
one matching engine-level errors without file/line info.
- Register the matcher in src/main.ts via the ##[add-matcher] workflow
command, resolved relative to __dirname so it works from the ncc
bundle in dist/.
- Add src/__tests__/msbuild-matcher.test.ts validating the matcher
regexes against representative CS/MSB error and warning lines.
- Document the new problem matcher in README.md.
- Rebuild dist/index.js via npm run build && npm run pack.
Fixes #4
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-09-21 16:20:37 -05:00
Tim Heuer
4031508ab2
fix: move to node24
...
feat: enhance MSBuild setup summary in workflow 🛠️
- Added matrix strategy for multiple runners
- Improved summary output for MSBuild paths and architecture
2026-03-12 11:07:48 -07:00
GeckoEidechse
442baebb59
Fix small typo in README.md
2024-06-12 11:27:13 +02:00
Tim Heuer
70b70342ae
Update README.md [skip ci]
...
Updating note on other tools to use !IMPORTANT
2024-04-15 14:04:32 -07:00
Tim Heuer
31e0ba28c7
Update README examples [skip ci]
...
Update readme examples to use latest version major
2024-01-31 22:46:42 -08:00
Tim Heuer
3404ff3d40
Adding runner image doc note [skip ci]
2023-08-14 08:38:37 -07:00
Tim Heuer
645e3f7313
Modifying version and readme notes [skip ci]
2022-11-13 08:01:59 -07:00
Tim Heuer
fbf0ccc42a
Fixes #67 [skip ci]
2021-11-08 15:24:09 -07:00
Mark Ingram
ce3de01b52
Updated README.md to include vs-prerelease and msbuild-architecture
...
Inspired by #67 I thought I would propose an update to the readme to cover the two missing inputs.
2021-11-08 22:02:23 +00:00
Tim Heuer
c7c2934c87
Fix #58 clarifying intent and providing example usage [skip ci]
2021-11-03 06:28:29 -07:00
Tim Heuer
c4a66a0e8a
Updated docs [skip ci]
2021-11-01 20:07:20 -07:00
Tim Heuer
f9e64ce582
Adding pre-release input flag
2021-08-24 12:51:38 -07:00
Tim Heuer
1982f45c48
Update README.md
...
Clarifying more that this is only for MSBuild
2021-03-15 08:05:45 -07:00
Tim Heuer
f032e55f3f
Update readme to latest version
2020-10-06 08:57:14 -07:00
Lance McCarthy
0b5643901b
Update README.md
...
Fixed incorrect indentation of `with` in examples
2020-09-01 16:38:21 -04:00
Kishore Kumar
06c9a7f31c
Update README.md
...
Incorrect grammar
2020-08-01 18:15:15 +05:30
Heath Stewart
0ddbddf06e
Quote vs-version example
2020-04-21 16:14:19 -07:00
Heath Stewart
80d0deb83b
Use -latest and -version properly
...
Fixes #8
2020-04-21 15:46:27 -07:00
Heath Stewart
bb70c6a023
Find any product with MSBuild component
...
Fixes #7
2020-04-21 15:38:49 -07:00
Tim Heuer
9c9a1a34a4
Adding remark about arguments in readme
2020-03-26 08:42:27 -07:00
Tim Heuer
ded5a39da6
Initial developer commit
2020-01-31 11:14:06 -08:00
Microsoft Open Source
2af4563ab6
Updating README.md to template content
2020-01-30 20:41:54 -08:00
Tim Heuer
febb0661ca
Initial commit
2020-01-30 20:34:33 -08:00