Skip to content
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

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Update MSBuild.StructuredLogger #19824

merged 1 commit into from
Jan 18, 2024

Conversation

JanKrivanek
Copy link
Member

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.

@JanKrivanek JanKrivanek requested a review from a team as a code owner January 11, 2024 11:03
@ghost ghost added the community ✨ Community Contribution label Jan 11, 2024
@ghost
Copy link

ghost commented Jan 11, 2024

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.

@Redth
Copy link
Member

Redth commented Jan 12, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@JanKrivanek
Copy link
Member Author

@Redth - thank you for running the pipeline. The failing tests doesn't seem to be very stable though:

image image

Can you please rerun or skip?

The Structured Logger seems to be just referenced, but not even called in the codebase:

public static List<WarningsPerFile> ReadNativeAOTWarningsFromBinLog(string binLogFilePath)
->
public static void GenerateNewExpectedWarningsFromBinLog(string binLogFilePath, string? repoRoot = null)
-> no caller

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)

@Redth
Copy link
Member

Redth commented Jan 18, 2024

/rebase

@Redth
Copy link
Member

Redth commented Jan 18, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Redth Redth merged commit 8821d48 into dotnet:main Jan 18, 2024
47 checks passed
simonrozsival pushed a commit to simonrozsival/maui that referenced this pull request Jan 19, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants