ETW trace events for PerformDependencyAnalysis (#6658), WriteLinesToFile (#6670), CopyUpToDate (#6661).
If the environment variable MSBuildDebugEngine is set, MSBuild will create binary logs for all operations to MSBUILDDEBUGPATH regardless of how it is called (#6639, #6792).
ProjectReferences can now negotiate Platform (#6655, #6724, #6889).
Tasks can now call TaskLoggingHelper.LogsMessagesOfImportance to determine if any attached logger would preserve a log message before constructing it (to save time in the not-being-logged case) (#6381, #6737).
Support referencing assemblies with generic attributes (#6735). Thanks, @davidwrighton!
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps MSBuild.StructuredLogger and Microsoft.Build.Utilities.Core. These dependencies needed to be updated together. Updates
MSBuild.StructuredLogger
from 2.2.100 to 2.2.240Release notes
Sourced from MSBuild.StructuredLogger's releases.
... (truncated)
Commits
b56ebfb
Use compound assignment0e86931
Support $copy project() queriesa86b583
Rename UnderProject -> IsProjectMatcher04ffca6
Add a Strings.Initialize() to ReadRecordsFromDecompressedStreamc6ec247
Bump binlogtoolc9763b3
Merge pull request #772 from MichalPavlik/dev/mipavlik/support-version-202ddf654
Merge pull request #1 from JanKrivanek/patch-1d671b75
Explicitly verify there are no errors in the build nor during readingaa892ec
Fixed writer5a61c25
Extended writerUpdates
Microsoft.Build.Utilities.Core
from 15.9.20 to 17.5.0Release notes
Sourced from Microsoft.Build.Utilities.Core's releases.
... (truncated)
Changelog
Sourced from Microsoft.Build.Utilities.Core's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show