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

Unsupported log file format. Latest supported version is 9, the log file has version 14. #1

Closed
nepfaff opened this issue Jan 19, 2022 · 2 comments

Comments

@nepfaff
Copy link
Collaborator

nepfaff commented Jan 19, 2022

What?

I got the build error DotnetRestore 00:00:48.7167107 (Unsupported log file format. Latest supported version is 9, the log file has version 14.) when following the instructions in worksheet 3.

OS: Windows
IDE: VS Code
.NET Core SDK: 6.0.101
All other versions as specified in this repository.

Fix

This is identical to fsprojects/FAKE#2595 and seems to be caused by using new versions of VS and VS Code.

The solution described in that issue works here:

  1. Bumping MSBuild.StructuredLogger version to 2.1.507
  2. Bumping fake-cli version to 5.21.0-alpha004

I would create a pull request with these fixes but I don't have the needed permissions.

@tomcl
Copy link
Owner

tomcl commented Jan 19, 2022 via email

@nepfaff
Copy link
Collaborator Author

nepfaff commented Jan 19, 2022

Fix implemented in #2

@nepfaff nepfaff closed this as completed Jan 19, 2022
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

No branches or pull requests

2 participants