-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MSBuild.StructuredLogger #19824
Conversation
Hey there @JanKrivanek! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@Redth - thank you for running the pipeline. The failing tests doesn't seem to be very stable though: Can you please rerun or skip? The Structured Logger seems to be just referenced, but not even called in the codebase: maui/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs Line 33 in fceed19
maui/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs Line 575 in fceed19
though in case there is any actuall usage - we'd want you to be on a latest version before we merge the MSBuild update to binlog format (to prevent breaking your build down the road) |
/rebase |
215de87
to
7d06aab
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
FYI @KirillOsenkov
Context
This is update to the latest version of MSBuild.StructuredLogger, that contains the forward compatibility reading support.
The initial MSBuild change to forward compatible logs reading is breaking (log data format needs to be adjusted in order to allow forward compatibile reading for the future) - hence updating the reading code ahead of MSBuild pushing the updated version of binlog writing (dotnet/msbuild#9307) is advisable.