Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

(GH-201) Support parsing of errors in MsBuildXmlFileLoggerFormat#199

Merged
pascalberger merged 1 commit intocake-contrib:developfrom
cho-trackman:feature/also-look-for-errors
Sep 23, 2020
Merged

(GH-201) Support parsing of errors in MsBuildXmlFileLoggerFormat#199
pascalberger merged 1 commit intocake-contrib:developfrom
cho-trackman:feature/also-look-for-errors

Conversation

@cho-trackman
Copy link
Copy Markdown
Contributor

@cho-trackman cho-trackman commented Sep 22, 2020

Hi

I wanted to annotate our pull requests with build errors but had to make a custom implementation of XmlFileLoggerLogFileFormat.cs to make it work. So here is a PR with my changes.

Note that I could not run all tests, because of absolute paths in the log files.

Part of #201

@cho-trackman cho-trackman requested a review from a team as a code owner September 22, 2020 09:03
@pascalberger pascalberger changed the title Also look for errors in xml logs (GH-201) Parse errors in xml logs Sep 23, 2020
@pascalberger pascalberger linked an issue Sep 23, 2020 that may be closed by this pull request
3 tasks
@pascalberger pascalberger force-pushed the feature/also-look-for-errors branch from e9a17da to 3f64387 Compare September 23, 2020 07:32
Copy link
Copy Markdown
Member

@pascalberger pascalberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cho-trackman Thank you for your contribution 👍

LGTM. I've added another test case for files containing only errors without warnings. As part of #201 I'll implement parsing of error message also for binary log support.

@pascalberger pascalberger force-pushed the feature/also-look-for-errors branch from 3f64387 to ef4f17b Compare September 23, 2020 07:43
@pascalberger pascalberger changed the title (GH-201) Parse errors in xml logs (GH-201) Support parsing of errors in MsBuildXmlFileLoggerFormat Sep 23, 2020
@pascalberger pascalberger mentioned this pull request Sep 23, 2020
3 tasks
@pascalberger pascalberger merged commit 8f24287 into cake-contrib:develop Sep 23, 2020
@pascalberger
Copy link
Copy Markdown
Member

@cho-trackman your changes have been merged, thanks for your contribution 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parse errors from log files

2 participants