Skip to content

C#: Silence XML extraction commands#6431

Merged
hvitved merged 1 commit intogithub:mainfrom
hvitved:csharp/silence-xml-extraction
Aug 9, 2021
Merged

C#: Silence XML extraction commands#6431
hvitved merged 1 commit intogithub:mainfrom
hvitved:csharp/silence-xml-extraction

Conversation

@hvitved
Copy link
Copy Markdown
Contributor

@hvitved hvitved commented Aug 5, 2021

Output from the XML extractor like

[2021-08-05 15:16:48] [build-stdout] [2021-08-05 15:16:48] [build-stdout] [2021-08-05 15:16:48] [WARN] Parsing error in file /temp/cs/Web.config: Unexpected character '.' (code 46) (expected a name start character)

is more confusing than helpful, since it may hide real build errors. This PR completely silences the XML extraction, as we don't really care about parse errors (they will still be available in log files such as database-index-files-20210805.151925.747.log).

@hvitved hvitved requested a review from a team as a code owner August 5, 2021 13:27
@github-actions github-actions Bot added the C# label Aug 5, 2021
@hvitved
Copy link
Copy Markdown
Contributor Author

hvitved commented Aug 5, 2021

@hvitved hvitved merged commit 15db6df into github:main Aug 9, 2021
@hvitved hvitved deleted the csharp/silence-xml-extraction branch August 9, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants