Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Warnings from MSBuild Tasks crash BCC-MSBuildLog #26

Open
jkoritzinsky opened this issue Dec 30, 2018 · 2 comments
Open

Warnings from MSBuild Tasks crash BCC-MSBuildLog #26

jkoritzinsky opened this issue Dec 30, 2018 · 2 comments

Comments

@jkoritzinsky
Copy link

If a warning is issued by the <Warning> MSBuild task, then BCC-MSBuildLog will crash when parsing that warning since it is coming from a file that isn't a subdirectory of the source directory.

The warning should either be ignored, or parsed and put into a general section that isn't tied to specific files.

@jkoritzinsky
Copy link
Author

See https://dev.azure.com/AvaloniaUI/AvaloniaUI/_build/results?buildId=1071&view=logs for a repro (i.e. this occurs from built-in MSBuild tasks)

@jkoritzinsky
Copy link
Author

It seems like the Xamarin.iOS "connection does not exist" warnings aren't correctly handled. (They should probably be ignored since they're likely always going to happen on CI builds and aren't an issue.)

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 a pull request may close this issue.

1 participant