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

Bump MSBuild.StructuredLogger to 2.1.820 #2746

Closed
wants to merge 1 commit into from
Closed

Bump MSBuild.StructuredLogger to 2.1.820 #2746

wants to merge 1 commit into from

Conversation

gtbuchanan
Copy link

Description

Updated with paket update MSBuild.StructuredLogger --group fakemodule

Resolves: #2744

TODO

  • New (API-)documentation for new features exist (Note: API-docs are enough, additional docs are in help/markdown)

  • unit or integration test exists (or short reasoning why it doesn't make sense)

    Note: Consider using the CreateProcess API which can be tested more easily, see https://github.com/fsharp/FAKE/pull/2131/files#diff-4fb4a77e110fbbe8210205dfe022389b for an example (the changes in the DotNet.Testing.NUnit module)

  • boy scout rule: "leave the code behind in a better state than you found it" (fix warnings, obsolete members or code-style in the places you worked in)

  • (if new module) the module has been linked from the "side navigation" menu, edit docs/data.json.

  • (if new module) the module is in the correct namespace.

  • (if new module) the module is added to Fake.sln (dotnet sln Fake.sln add src/app/Fake.*/Fake.*.fsproj)

  • Fake API guideline is honored

Updated with `paket update MSBuild.StructuredLogger --group fakemodule`

Resolves: #2744
@gtbuchanan gtbuchanan marked this pull request as ready for review May 16, 2023 15:36
Microsoft.Build.Framework (>= 16.10)
Microsoft.Build.Tasks.Core (>= 16.10)
Microsoft.Build.Utilities.Core (>= 16.10)
MSBuild.StructuredLogger (2.1.820)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.1.545 August 2021 to 2.1.820 May 2023. https://www.nuget.org/packages/MSBuild.StructuredLogger

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it wildcard? 2.1.*

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it changes pretty often

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be (>= 2.1.0) right?

@xperiandri
Copy link
Collaborator

@gtbuchanan I'm a new maintainer. Do you want to finish your PR?

@Numpsy
Copy link
Contributor

Numpsy commented Nov 3, 2023

So what needs to be done to get this finished?
(There are a few more versions post the one updated to here, and the release notes for the latest one says that it adds support for another new binlog format version, so maybe it should be jumped up to that version)

@Numpsy
Copy link
Contributor

Numpsy commented Nov 5, 2023

maybe it should be jumped up to that version

Or not, seems that updating the microsoft.build deps to 17.5 causes the integration tests to fail with the error described in #2722, so maybe leaving the min version at 2.1.815 that works with the older MSBuild versions would be safest (that should still support the v16 binlog format)

@xperiandri
Copy link
Collaborator

@Numpsy OK, will you submit a PR?

@gtbuchanan gtbuchanan closed this Feb 20, 2024
@gtbuchanan gtbuchanan deleted the bump-msbuild-log branch February 20, 2024 19:30
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.

Update MSBuild.StructuredLogger to latest
4 participants