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 to handle newer versions #2597

Closed

Conversation

TheAngryByrd
Copy link
Contributor

@TheAngryByrd TheAngryByrd commented May 28, 2021

Description

Closes #2595

With the latest version of dotnet sdk (5.0.300), running FAKE gets this error:

Unsupported log file format. Latest supported version is 9, the log file has version 13.

This updates MSBuild.StructuredLogger to be able to handle it. MSBuild.StructureLogger added support in 2.1.397.

@ImaginaryDevelopment
Copy link

Is this workaround working for you? It isn't for me so far when trying to build in docker @TheAngryByrd

@TheAngryByrd
Copy link
Contributor Author

Is this workaround working for you? It isn't for me so far when trying to build in docker @TheAngryByrd

I haven’t tried but I’ll try them soon

@yazeedobaid
Copy link
Collaborator

Is this workaround working for you? It isn't for me so far when trying to build in docker @TheAngryByrd

I tried the workaround in a project and it worked.

@TheAngryByrd could you please look into the Travis build? It seems one of the integration tests is failing.
I cloned the branch and run integration tests on my machine (Windows 10) and it passes. Maybe it is something with Linux!

@yazeedobaid
Copy link
Collaborator

Thanks for the contribution
Will close this because it is outdated and the structured logger version has been updated in the latest releases.
Please feel free to update the PR and open it again if the issue is still exists.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported log file format. Latest supported version is 9, the log file has version 13.
7 participants