Skip to content

Conversation

@GangWang01
Copy link
Member

Fixes # CG alert CVE-2024-43485

Context

It requires System.Text.Json version 8.0.5 to fix the vulnerability detected by CG.
Since System.Text.Json is conditionally updated for .NET core (avoid unwanted update to VS), it's OK to bump up System.Text.Json version.

Changes Made

Bump up version to 8.0.5.

Testing

N/A

Notes

This change will flow into 17.10->17.11 to eliminate the same CG alert.

@dotnet-policy-service
Copy link
Contributor

Hello! I noticed that you're targeting one of our servicing branches. Please consider updating the version.

@GangWang01 GangWang01 merged commit e2abee0 into dotnet:vs17.8 Dec 13, 2024
8 checks passed
@GangWang01 GangWang01 deleted the stj8.0.5 branch December 13, 2024 08:14
JanKrivanek added a commit that referenced this pull request Dec 13, 2024
* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* CG alert cleaning on VS17.8 (#10725)

* Bump Microsoft.IO.Redist to 6.0.1

* Bump System.Formats.Asn1 to 8.0.1

* Bump System.Text.Json to 8.0.0.4

* Bump the dependencies of System.Text.Json

* Add System.Formats.Asn1 8.0.1 to the pre-built exception list

* Bump version prefix to 17.8.8

* Updated System.Collection.Immutable package to v8

* Adding System.Collections.Immutable 8.0.0 to the pre-built exception list

* Updated Version.Details.xml

* [vs17.8] update arcade and fix build  (#10838)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.24508.1

Dependency coherency updates

Microsoft.DotNet.XliffTasks
 From Version 1.0.0-beta.23423.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk

* remove BuildXL from nuget config

* compatibility suppressions

* Update dependencies from https://github.com/dotnet/arcade build 20241…

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions

 From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1

* include PortableRuntimeIdentifierGraph.json

* Suppress a warning IDE0305

* bump version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [vs17.8] Sync internal and public branches (#10858)

* Update dependencies from https://github.com/dotnet/arcade build 20241025.2 (#10894)

* [vs17.8] Update dependencies from dotnet/arcade (#10986)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.8.11

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5

* Update VersionPrefix to 17.8.12

* [vs17.8] Backport VS insertion pipeline YMLs (#11066)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update .opt-prof.yml (#11112)

* [vs17.8] Fix setting package versions in VS insertion (#11103)

* fix setting package versions

* use VS branch names in servicing package decision

---------

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update vs/msbuild version (#11115)

* Update vs/msbuild version

* Bump version

* Update xcopy-msbuild version to 17.8.5 (#11118)

* Add inter-branch merge flow file (#11123)

* Update .opt-prof.yml (#11121)

* Bump up System.Text.Json to 8.0.5 (#11134)

* Remove the change to CompatibilitySuppressions.xml

* Remove unnecessary workaround for sdk 8.0.1xx bootstrap in the branch vs17.8

* Bump up version prefix to 17.10.14

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
JanKrivanek added a commit that referenced this pull request Dec 19, 2024
* Check version bump on release branches' update

* Skip check version bump on release branch update for initial commit to release branch or the change from dotnet bot

* Remove the exception for dependencies update by dotnet-maestro[bot]

* Bump version

* [automated] Merge branch 'vs17.9' => 'vs17.10' (#10081)

* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* update darc

* update arcade channel .net 8

* update arcade

* Changed pool image

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Mariana Dematte <magarces@microsoft.com>

* Disable localization for vs17.10 (#10269)

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* Enable private feeds for release branch (#10355)

This PR enables MSBuild to take security fixes from MSBuild dependencies.

* [vs17.10] Update dependencies from dotnet/arcade (#10809)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24225.1 -> To Version 8.0.0-beta.24508.1

* Update Versions.props

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>

* CG alert cleaning on VS17.10 (#10724)

* Bump Microsoft.IO.Redist to 6.0.1
* Bump System.Formats.Asn1 to 8.0.1

* [vs17.10] Update dependencies from dotnet/arcade (#10833)

* [vs17.10] Update dependencies from dotnet/arcade (#10896)

* [vs17.10] Update dependencies from dotnet/arcade (#10992)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.10.13

* Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4

* Revert "Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4"

This reverts commit 66381f3.

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24570.5

* Reapply "Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4"

This reverts commit 2cffa88.

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>

* [automated] Merge branch 'vs17.8' => 'vs17.10' (#11124)

* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* CG alert cleaning on VS17.8 (#10725)

* Bump Microsoft.IO.Redist to 6.0.1

* Bump System.Formats.Asn1 to 8.0.1

* Bump System.Text.Json to 8.0.0.4

* Bump the dependencies of System.Text.Json

* Add System.Formats.Asn1 8.0.1 to the pre-built exception list

* Bump version prefix to 17.8.8

* Updated System.Collection.Immutable package to v8

* Adding System.Collections.Immutable 8.0.0 to the pre-built exception list

* Updated Version.Details.xml

* [vs17.8] update arcade and fix build  (#10838)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.24508.1

Dependency coherency updates

Microsoft.DotNet.XliffTasks
 From Version 1.0.0-beta.23423.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk

* remove BuildXL from nuget config

* compatibility suppressions

* Update dependencies from https://github.com/dotnet/arcade build 20241…

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions

 From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1

* include PortableRuntimeIdentifierGraph.json

* Suppress a warning IDE0305

* bump version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [vs17.8] Sync internal and public branches (#10858)

* Update dependencies from https://github.com/dotnet/arcade build 20241025.2 (#10894)

* [vs17.8] Update dependencies from dotnet/arcade (#10986)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.8.11

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5

* Update VersionPrefix to 17.8.12

* [vs17.8] Backport VS insertion pipeline YMLs (#11066)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update .opt-prof.yml (#11112)

* [vs17.8] Fix setting package versions in VS insertion (#11103)

* fix setting package versions

* use VS branch names in servicing package decision

---------

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update vs/msbuild version (#11115)

* Update vs/msbuild version

* Bump version

* Update xcopy-msbuild version to 17.8.5 (#11118)

* Add inter-branch merge flow file (#11123)

* Update .opt-prof.yml (#11121)

* Bump up System.Text.Json to 8.0.5 (#11134)

* Remove the change to CompatibilitySuppressions.xml

* Remove unnecessary workaround for sdk 8.0.1xx bootstrap in the branch vs17.8

* Bump up version prefix to 17.10.14

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* [vs17.10] Run tests even if version is not bumped (#11059)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Bump up version prefix to 17.11.20

---------

Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>
Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Mariana Dematte <magarces@microsoft.com>
Co-authored-by: AR-May <67507805+AR-May@users.noreply.github.com>
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
JanKrivanek added a commit that referenced this pull request Dec 29, 2024
SimaTian added a commit that referenced this pull request Jan 20, 2025
* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10000931 (#10267)

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9752299
* Increase VersionPrefix version

---------

Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [17.11] Fix component governance alerts (#10520)

* Resolves CG alerts
---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* Assembly redirect fix (#10624)

* Fixing the assembly redirect

* [vs17.11] Update dependencies from dotnet/arcade (#10654)

* Update dependencies from https://github.com/dotnet/arcade build 20240910.4

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24311.3 -> To Version 8.0.0-beta.24460.4

* version bump

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mariana Garces Dematte <magarces@microsoft.com>

* Upgrade system.text.json to 8.0.4 (#10650)

Will address dotnet/sdk#43339 when deployed in VS.

---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* disable loc (#10693)

Part of: #10665

Disabling localization for 17.11.

* [vs17.11] Update dependencies from dotnet/arcade (#10691)

* [vs17.11] Update dependencies from dotnet/arcade (#10793)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24475.3 -> To Version 8.0.0-beta.24508.1

* bump the version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>

* CG alert cleaning on VS17.11 (#10723)

* Bump Microsoft.IO.Redist to 6.0.1
* Bump version prefix to 17.11.11

* [vs17.11] Update dependencies from dotnet/arcade (#10832)

* [vs17.11] Update dependencies from dotnet/arcade (#10895)

* [vs17.11] Update dependencies from dotnet/arcade (#10990)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.11.16

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5

* Update VersionPrefix to 17.11.17

* [vs17.11] Run tests even if version is not bumped (#11060)

Backport of #11042 to vs17.11

* [vs17.11] Backport VS insertion pipeline YMLs (#11064)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* [vs17.12] Update dependencies from dotnet/arcade (#11034)

* Update dependencies from https://github.com/dotnet/arcade build 20241122.2

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions
 From Version 9.0.0-beta.24562.13 -> To Version 9.0.0-beta.24572.2

* Update version prefix to 17.12.14

* Update BootstrapSdkVersion

* Decreasing severity of IDE0306

* Decrease IDE0303 severity

* Update cibuild_bootstrapped_msbuild.ps1

* Update cibuild_bootstrapped_msbuild.sh

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>

* Final Branding (#11130)

* Bump version (#11135)

* [vs17.12] Disable 17.12 localization (#11132)

* Update .vsts-dotnet.yml

* Version bump

* [vs17.12] Bump VS and xcopy-msbuild version to 17.12.0 (#11155)

* Bump up VS version to 17.12

* Bump up xcopy-msbuild to 17.12.0

* Bump up version prefix to 17.12.21

---------

Co-authored-by: Gang Wang <v-gaw@microsoft.com>

* [automated] Merge branch 'vs17.10' => 'vs17.11' (#11137)

* Check version bump on release branches' update

* Skip check version bump on release branch update for initial commit to release branch or the change from dotnet bot

* Remove the exception for dependencies update by dotnet-maestro[bot]

* Bump version

* [automated] Merge branch 'vs17.9' => 'vs17.10' (#10081)

* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* update darc

* update arcade channel .net 8

* update arcade

* Changed pool image

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Mariana Dematte <magarces@microsoft.com>

* Disable localization for vs17.10 (#10269)

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* Enable private feeds for release branch (#10355)

This PR enables MSBuild to take security fixes from MSBuild dependencies.

* [vs17.10] Update dependencies from dotnet/arcade (#10809)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24225.1 -> To Version 8.0.0-beta.24508.1

* Update Versions.props

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>

* CG alert cleaning on VS17.10 (#10724)

* Bump Microsoft.IO.Redist to 6.0.1
* Bump System.Formats.Asn1 to 8.0.1

* [vs17.10] Update dependencies from dotnet/arcade (#10833)

* [vs17.10] Update dependencies from dotnet/arcade (#10896)

* [vs17.10] Update dependencies from dotnet/arcade (#10992)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.10.13

* Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4

* Revert "Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4"

This reverts commit 66381f3.

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24570.5

* Reapply "Try to resolve CI issue that could not find System.Text.Json, Version=8.0.0.4"

This reverts commit 2cffa88.

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>

* [automated] Merge branch 'vs17.8' => 'vs17.10' (#11124)

* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* CG alert cleaning on VS17.8 (#10725)

* Bump Microsoft.IO.Redist to 6.0.1

* Bump System.Formats.Asn1 to 8.0.1

* Bump System.Text.Json to 8.0.0.4

* Bump the dependencies of System.Text.Json

* Add System.Formats.Asn1 8.0.1 to the pre-built exception list

* Bump version prefix to 17.8.8

* Updated System.Collection.Immutable package to v8

* Adding System.Collections.Immutable 8.0.0 to the pre-built exception list

* Updated Version.Details.xml

* [vs17.8] update arcade and fix build  (#10838)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.24508.1

Dependency coherency updates

Microsoft.DotNet.XliffTasks
 From Version 1.0.0-beta.23423.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk

* remove BuildXL from nuget config

* compatibility suppressions

* Update dependencies from https://github.com/dotnet/arcade build 20241…

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions

 From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1

* include PortableRuntimeIdentifierGraph.json

* Suppress a warning IDE0305

* bump version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [vs17.8] Sync internal and public branches (#10858)

* Update dependencies from https://github.com/dotnet/arcade build 20241025.2 (#10894)

* [vs17.8] Update dependencies from dotnet/arcade (#10986)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.8.11

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5

* Update VersionPrefix to 17.8.12

* [vs17.8] Backport VS insertion pipeline YMLs (#11066)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update .opt-prof.yml (#11112)

* [vs17.8] Fix setting package versions in VS insertion (#11103)

* fix setting package versions

* use VS branch names in servicing package decision

---------

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update vs/msbuild version (#11115)

* Update vs/msbuild version

* Bump version

* Update xcopy-msbuild version to 17.8.5 (#11118)

* Add inter-branch merge flow file (#11123)

* Update .opt-prof.yml (#11121)

* Bump up System.Text.Json to 8.0.5 (#11134)

* Remove the change to CompatibilitySuppressions.xml

* Remove unnecessary workaround for sdk 8.0.1xx bootstrap in the branch vs17.8

* Bump up version prefix to 17.10.14

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* [vs17.10] Run tests even if version is not bumped (#11059)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Bump up version prefix to 17.11.20

---------

Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>
Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Mariana Dematte <magarces@microsoft.com>
Co-authored-by: AR-May <67507805+AR-May@users.noreply.github.com>
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [vs17.13] Update dependencies from dotnet/source-build-reference-packages (#11177)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241219.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.24604.1 -> To Version 9.0.0-alpha.1.24619.1

* Bump version prefix to 17.13.2

* Reintroduce formatting preventing unintentional interbranch flow

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>

* Eliminate the unnecessary change from vs17.11

* Bump up version prefix to 17.12.22

* Update SolutionPersistence version (#11188)

* Update SolutionPersistence version

* Bump version

* Update SourceBuildPrebuiltBaseline.xml

* Remove conditional reference to System.Text.Json

* Bump up version prefix to 17.13.3

* [vs17.13] Update dependencies from dotnet/arcade (#11221)

* Update dependencies from https://github.com/dotnet/arcade build 20241223.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions
 From Version 9.0.0-beta.24572.2 -> To Version 9.0.0-beta.24623.3

* Update Versions.props VersionPrefix

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* Bump up version prefix to 17.13.4

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10751309 (#11194)

Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10751309

* Remove IO.Redist from GetPathToBuildToolsFile (#11270)

Avoids microsoft/azure-pipelines-tasks#20734 by directly using `File.Exists` in codepaths that didn't use `Microsoft.IO.Redist` until 642eed5 and turn out to be critical to the current implementation of AzDO MSBuild-using tasks.

Backport of bfa266d.

* Keep the translation in the main branch

---------

Co-authored-by: dotnet bot <dotnet-bot@dotnetfoundation.org>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
Co-authored-by: MichalPavlik <michalpavlik@outlook.com>
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mariana Garces Dematte <magarces@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>
Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: AR-May <67507805+AR-May@users.noreply.github.com>
Co-authored-by: Tomas Bartonek <tom.bartonek@volny.cz>
SimaTian added a commit that referenced this pull request Jan 24, 2025
* Dont ngen taskhost Fixes our lack of optprof data (#8737)

Don't ngen TaskHosts

* Bump version

* Bump version

* Update System.Security.Cryptography.Pkcs

* Bump version

* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)

* [release/vs17.7] Onboard 1es templates (#9924)

* bump arcade version

* bump MicrosoftNetCompilersToolsetVersion

* bump MicrosoftNetCompilersToolsetVersion

* update sha for Microsoft.Net.Compilers.Toolset

* CG alert cleaning on VS17.8 (#10725)

* Bump Microsoft.IO.Redist to 6.0.1

* Bump System.Formats.Asn1 to 8.0.1

* Bump System.Text.Json to 8.0.0.4

* Bump the dependencies of System.Text.Json

* Add System.Formats.Asn1 8.0.1 to the pre-built exception list

* Bump version prefix to 17.8.8

* Updated System.Collection.Immutable package to v8

* Adding System.Collections.Immutable 8.0.0 to the pre-built exception list

* Updated Version.Details.xml

* [vs17.8] update arcade and fix build  (#10838)

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.24508.1

Dependency coherency updates

Microsoft.DotNet.XliffTasks
 From Version 1.0.0-beta.23423.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk

* remove BuildXL from nuget config

* compatibility suppressions

* Update dependencies from https://github.com/dotnet/arcade build 20241…

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions

 From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1

* include PortableRuntimeIdentifierGraph.json

* Suppress a warning IDE0305

* bump version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>

* [vs17.8] Sync internal and public branches (#10858)

* Update dependencies from https://github.com/dotnet/arcade build 20241025.2 (#10894)

* [vs17.8] Update dependencies from dotnet/arcade (#10986)

* Update dependencies from https://github.com/dotnet/arcade build 20241112.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

* Update VersionPrefix to 17.8.11

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20241120.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5

* Update VersionPrefix to 17.8.12

* [vs17.8] Backport VS insertion pipeline YMLs (#11066)

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update .opt-prof.yml (#11112)

* [vs17.8] Fix setting package versions in VS insertion (#11103)

* fix setting package versions

* use VS branch names in servicing package decision

---------

Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>

* Update vs/msbuild version (#11115)

* Update vs/msbuild version

* Bump version

* Update xcopy-msbuild version to 17.8.5 (#11118)

* Add inter-branch merge flow file (#11123)

* Update .opt-prof.yml (#11121)

* Bump up System.Text.Json to 8.0.5 (#11134)

* [vs17.8] Update dependencies from dotnet/arcade (#11218)

* Update dependencies from https://github.com/dotnet/arcade build 20241223.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24570.5 -> To Version 8.0.0-beta.24623.2

* Update VersionPrefix to 17.8.16

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Bartonek <tom.bartonek@volny.cz>

* disallow package conflicts by default and add override parameter (#11152)

* [vs17.8] Update dependencies from dotnet/arcade (#11261)

* Update dependencies from https://github.com/dotnet/arcade build 20250110.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.24623.2 -> To Version 8.0.0-beta.25060.1

* version bump

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Bartonek <tom.bartonek@volny.cz>

* Don't autocomplete servicing insertions (#11283)

* [vs17.8] Select proper VS channel (#11246)

* Update .vsts-dotnet.yml

* Update Versions.props

* Update .vsts-dotnet.yml

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* Bump version

---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* [vs17.8] Update dependencies from dotnet/arcade (#11306)

* Update dependencies from https://github.com/dotnet/arcade build 20250116.6

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25060.1 -> To Version 8.0.0-beta.25066.6

* Bump version

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>

* Remove unnecessary change from branch vs17.8

* Bump up version prefix to 17.10.20

---------

Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Co-authored-by: sujitnayak <sujitn@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>
Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomas Bartonek <tom.bartonek@volny.cz>
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
This was referenced Nov 17, 2025
microsoft-github-policy-service bot pushed a commit to Azure/bicep that referenced this pull request Nov 24, 2025
Updated [Microsoft.Build.Framework](https://github.com/dotnet/msbuild)
from 17.13.9 to 18.0.2.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Build.Framework's
releases](https://github.com/dotnet/msbuild/releases)._

## 17.14.8

## What's Changed
* [vs17.14] Binlog not produced for C++ project on Visual Studio Load
Fix by @​surayya-MS in dotnet/msbuild#11774
* [vs17.14] Merge tag v17.14.8 by @​surayya-MS in
dotnet/msbuild#11861


**Full Changelog**:
dotnet/msbuild@v17.14.5...v17.14.8

## 17.14.5

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
 ... (truncated)

## 17.14.0-preview-25177-05


[Release](https://github.com/dotnet/msbuild/releases/tag/v17.14.0-preview-25177-05)

## What's Changed
* null check logging mechanism before logging glob failure by
@​JanProvaznik in dotnet/msbuild#11537
* Update .NET Framework references to 9.0.0 by @​rainersigwald in
dotnet/msbuild#11145
* [CodeQL][SM03800] Remove unapproved usage of DSACryptoServiceProvider
by @​sujitnayak in dotnet/msbuild#11540
* Opt-in .sln parsing with Microsoft.VisualStudio.SolutionPersistence by
@​surayya-MS in dotnet/msbuild#11538
* Upgrade `Microsoft.VisualStudio.SolutionPersistence` to 1.0.52 by
@​surayya-MS in dotnet/msbuild#11549
* Load `before/after.{solutionName}.sln.targets` for .`slnx` by
@​surayya-MS in dotnet/msbuild#11535
* Fix building slnf with @ in the path by @​surayya-MS in
dotnet/msbuild#11421
* Update copy logic to use dedicated threads. by @​Erarndt in
dotnet/msbuild#11272
* Update merge flow 17.14 -> main by @​maridematte in
dotnet/msbuild#11559
* Update VS insertions for 17.14 by @​maridematte in
dotnet/msbuild#11558
* Remove deprecated 4.3.* System package references by @​ViktorHofer in
dotnet/msbuild#11555
* Fix entries in Version.Details.xml and make version overriding clearer
by @​akoeplinger in dotnet/msbuild#11561
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11553
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11562
* [vs17.14] Remove deprecated 4.3.* System package references & fix
entries in Version.Details.xml by @​github-actions in
dotnet/msbuild#11571
* Don't ngen StringTools.net35 by @​rainersigwald in
dotnet/msbuild#11544
* asking terminal for dimensions during every frame is expensive by
@​SimaTian in dotnet/msbuild#11504
* Fix the head parameter when search the created PRs by @​JaynieBai in
dotnet/msbuild#11569
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11552
* Fix test to take warning MSB5018 by @​JaynieBai in
dotnet/msbuild#11499
* Update tsa config by @​AR-May in
dotnet/msbuild#11578
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11098688 by @​dotnet-bot in
dotnet/msbuild#11501
* Switch to AwesomeAssertions by @​rainersigwald in
dotnet/msbuild#11577
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11581
* Update branding to 17.15 by @​maridematte in
dotnet/msbuild#11582
* using virtual fuction instead of reflection by @​SimaTian in
dotnet/msbuild#11513
* Address some low-hanging fruit to use newer/better .NET features by
@​stephentoub in dotnet/msbuild#11448
* [automated] Merge branch 'vs17.13' => 'vs17.14' by @​github-actions in
dotnet/msbuild#11584
* Delete .exp-insertions.yml by @​JanProvaznik in
dotnet/msbuild#11601
* Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​vikukush in
dotnet/msbuild#11167
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11600
* Make SolutionParser package reference private by @​maridematte in
dotnet/msbuild#11603
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11587
* Add null check when iterating through TargetOutputs in terminal logger
by @​mruxmohan4 in dotnet/msbuild#11606
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11572
* Assert instead of ! for nullable by @​rainersigwald in
dotnet/msbuild#11545
* Consolidate common IPC / named pipe code by @​ccastanedaucf in
dotnet/msbuild#11546
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11592
* Update maintenance-packages versions by @​carlossanlop in
dotnet/msbuild#11457
* [vs17.14] Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​github-actions in
dotnet/msbuild#11620
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11615
* Pin samples/ProjectCachePlugin to released MSBuild by @​rainersigwald
in dotnet/msbuild#11563
* [vs17.14] Add null check when iterating through TargetOutputs in
terminal logger by @​github-actions in
dotnet/msbuild#11621
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11590
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11273384 by @​dotnet-bot in
dotnet/msbuild#11608
* Don't force shipping versions to be used in VMR builds by
@​jkoritzinsky in dotnet/msbuild#11625
* Fix url formatting in BuildCheck/Codes.md by @​MaceWindu in
dotnet/msbuild#11631
 ... (truncated)

## 17.14.0-preview-25155-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.2)

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11218
* [vs17.8] disallow inserting pkgs twice in VS insertion by
@​JanProvaznik in dotnet/msbuild#11152
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11261
* Don't autocomplete servicing insertions by @​JanProvaznik in
dotnet/msbuild#11283
* [vs17.8] Select proper VS channel by @​JanKrivanek in
dotnet/msbuild#11246
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11306
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11367
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11371
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11339
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11408
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11406
* [vs17.13] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11407
* [vs17.12] Fix arcade tool restore by @​JanProvaznik in
dotnet/msbuild#11413
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11419
* Prevent race condition in LoggingService by @​YuliiaKovalova in
dotnet/msbuild#11284
* [automated] Merge branch 'vs17.13' => 'main' by @​github-actions in
dotnet/msbuild#11422
* Bump `StyleCop.Analyzers` to `1.2.0-beta.556` by @​xtqqczze in
dotnet/msbuild#11398
* Avoid creation of temporary strings where possible by @​Erarndt in
dotnet/msbuild#11380
* Keep ActivityId correlations in ETW
 by @​rainersigwald in dotnet/msbuild#10909
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11404
* [9.0.1xx] Workaround for "MSB4166: Child node "1" exited prematurely
for build check by @​YuliiaKovalova in
dotnet/msbuild#11384
* Add EmbedInteropTypes to COMFileReference
 by @​rainersigwald in dotnet/msbuild#11414
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11409
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11424
* Port 1ES Pipeline Templates PR by @​GangWang01 in
dotnet/msbuild#11425
 ... (truncated)

## 17.14.0-preview-25110-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.1)

## What's Changed
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
* Update ChangeWaves doc by @​JanKrivanek in
dotnet/msbuild#11174
* Add IntelliSense for testing properties by @​Youssef1313 in
dotnet/msbuild#11029
* enable experimentally inserting to release branches from UI by
@​JanProvaznik in dotnet/msbuild#11205
* Expose processes leveraged by BuildManager by @​JanKrivanek in
dotnet/msbuild#11146
* changing expander regex by @​SimaTian in
dotnet/msbuild#11210
* Add result for target stop event trace by @​JaynieBai in
dotnet/msbuild#11202
* Add more processes Logs for failed case
Microsoft.Build.UnitTests.Exec_Tests.Timeout by @​JaynieBai in
dotnet/msbuild#9386
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11220
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11219
* Generate packages for e2e tests by using existing
ArtifactsShippingPackagesDir by @​YuliiaKovalova in
dotnet/msbuild#11208
* Log glob failures by @​JanProvaznik in
dotnet/msbuild#11211
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11223
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11222
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11224
* Add line/column information to invalid project exception by
@​YuliiaKovalova in dotnet/msbuild#11232
* Enum.ToString method is resulting in slow performance. Fix it. by
@​SimaTian in dotnet/msbuild#11229
* Upgrade Microsoft.VisualStudio.SolutionPersistence to 1.0.28 by
@​mthalman in dotnet/msbuild#11249
* Update areapath in tsaoptions.json by @​JanProvaznik in
dotnet/msbuild#11251
 ... (truncated)

Commits viewable in [compare
view](https://github.com/dotnet/msbuild/commits).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Build.Framework&package-manager=nuget&previous-version=17.13.9&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18560)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
microsoft-github-policy-service bot pushed a commit to Azure/bicep that referenced this pull request Nov 26, 2025
…8559)

Updated [Microsoft.Build.Framework](https://github.com/dotnet/msbuild)
from 17.13.9 to 18.0.2.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Build.Framework's
releases](https://github.com/dotnet/msbuild/releases)._

## 17.14.8

## What's Changed
* [vs17.14] Binlog not produced for C++ project on Visual Studio Load
Fix by @​surayya-MS in dotnet/msbuild#11774
* [vs17.14] Merge tag v17.14.8 by @​surayya-MS in
dotnet/msbuild#11861


**Full Changelog**:
dotnet/msbuild@v17.14.5...v17.14.8

## 17.14.5

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
 ... (truncated)

## 17.14.0-preview-25177-05


[Release](https://github.com/dotnet/msbuild/releases/tag/v17.14.0-preview-25177-05)

## What's Changed
* null check logging mechanism before logging glob failure by
@​JanProvaznik in dotnet/msbuild#11537
* Update .NET Framework references to 9.0.0 by @​rainersigwald in
dotnet/msbuild#11145
* [CodeQL][SM03800] Remove unapproved usage of DSACryptoServiceProvider
by @​sujitnayak in dotnet/msbuild#11540
* Opt-in .sln parsing with Microsoft.VisualStudio.SolutionPersistence by
@​surayya-MS in dotnet/msbuild#11538
* Upgrade `Microsoft.VisualStudio.SolutionPersistence` to 1.0.52 by
@​surayya-MS in dotnet/msbuild#11549
* Load `before/after.{solutionName}.sln.targets` for .`slnx` by
@​surayya-MS in dotnet/msbuild#11535
* Fix building slnf with @ in the path by @​surayya-MS in
dotnet/msbuild#11421
* Update copy logic to use dedicated threads. by @​Erarndt in
dotnet/msbuild#11272
* Update merge flow 17.14 -> main by @​maridematte in
dotnet/msbuild#11559
* Update VS insertions for 17.14 by @​maridematte in
dotnet/msbuild#11558
* Remove deprecated 4.3.* System package references by @​ViktorHofer in
dotnet/msbuild#11555
* Fix entries in Version.Details.xml and make version overriding clearer
by @​akoeplinger in dotnet/msbuild#11561
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11553
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11562
* [vs17.14] Remove deprecated 4.3.* System package references & fix
entries in Version.Details.xml by @​github-actions in
dotnet/msbuild#11571
* Don't ngen StringTools.net35 by @​rainersigwald in
dotnet/msbuild#11544
* asking terminal for dimensions during every frame is expensive by
@​SimaTian in dotnet/msbuild#11504
* Fix the head parameter when search the created PRs by @​JaynieBai in
dotnet/msbuild#11569
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11552
* Fix test to take warning MSB5018 by @​JaynieBai in
dotnet/msbuild#11499
* Update tsa config by @​AR-May in
dotnet/msbuild#11578
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11098688 by @​dotnet-bot in
dotnet/msbuild#11501
* Switch to AwesomeAssertions by @​rainersigwald in
dotnet/msbuild#11577
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11581
* Update branding to 17.15 by @​maridematte in
dotnet/msbuild#11582
* using virtual fuction instead of reflection by @​SimaTian in
dotnet/msbuild#11513
* Address some low-hanging fruit to use newer/better .NET features by
@​stephentoub in dotnet/msbuild#11448
* [automated] Merge branch 'vs17.13' => 'vs17.14' by @​github-actions in
dotnet/msbuild#11584
* Delete .exp-insertions.yml by @​JanProvaznik in
dotnet/msbuild#11601
* Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​vikukush in
dotnet/msbuild#11167
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11600
* Make SolutionParser package reference private by @​maridematte in
dotnet/msbuild#11603
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11587
* Add null check when iterating through TargetOutputs in terminal logger
by @​mruxmohan4 in dotnet/msbuild#11606
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11572
* Assert instead of ! for nullable by @​rainersigwald in
dotnet/msbuild#11545
* Consolidate common IPC / named pipe code by @​ccastanedaucf in
dotnet/msbuild#11546
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11592
* Update maintenance-packages versions by @​carlossanlop in
dotnet/msbuild#11457
* [vs17.14] Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​github-actions in
dotnet/msbuild#11620
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11615
* Pin samples/ProjectCachePlugin to released MSBuild by @​rainersigwald
in dotnet/msbuild#11563
* [vs17.14] Add null check when iterating through TargetOutputs in
terminal logger by @​github-actions in
dotnet/msbuild#11621
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11590
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11273384 by @​dotnet-bot in
dotnet/msbuild#11608
* Don't force shipping versions to be used in VMR builds by
@​jkoritzinsky in dotnet/msbuild#11625
* Fix url formatting in BuildCheck/Codes.md by @​MaceWindu in
dotnet/msbuild#11631
 ... (truncated)

## 17.14.0-preview-25155-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.2)

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11218
* [vs17.8] disallow inserting pkgs twice in VS insertion by
@​JanProvaznik in dotnet/msbuild#11152
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11261
* Don't autocomplete servicing insertions by @​JanProvaznik in
dotnet/msbuild#11283
* [vs17.8] Select proper VS channel by @​JanKrivanek in
dotnet/msbuild#11246
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11306
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11367
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11371
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11339
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11408
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11406
* [vs17.13] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11407
* [vs17.12] Fix arcade tool restore by @​JanProvaznik in
dotnet/msbuild#11413
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11419
* Prevent race condition in LoggingService by @​YuliiaKovalova in
dotnet/msbuild#11284
* [automated] Merge branch 'vs17.13' => 'main' by @​github-actions in
dotnet/msbuild#11422
* Bump `StyleCop.Analyzers` to `1.2.0-beta.556` by @​xtqqczze in
dotnet/msbuild#11398
* Avoid creation of temporary strings where possible by @​Erarndt in
dotnet/msbuild#11380
* Keep ActivityId correlations in ETW
 by @​rainersigwald in dotnet/msbuild#10909
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11404
* [9.0.1xx] Workaround for "MSB4166: Child node "1" exited prematurely
for build check by @​YuliiaKovalova in
dotnet/msbuild#11384
* Add EmbedInteropTypes to COMFileReference
 by @​rainersigwald in dotnet/msbuild#11414
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11409
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11424
* Port 1ES Pipeline Templates PR by @​GangWang01 in
dotnet/msbuild#11425
 ... (truncated)

## 17.14.0-preview-25110-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.1)

## What's Changed
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
* Update ChangeWaves doc by @​JanKrivanek in
dotnet/msbuild#11174
* Add IntelliSense for testing properties by @​Youssef1313 in
dotnet/msbuild#11029
* enable experimentally inserting to release branches from UI by
@​JanProvaznik in dotnet/msbuild#11205
* Expose processes leveraged by BuildManager by @​JanKrivanek in
dotnet/msbuild#11146
* changing expander regex by @​SimaTian in
dotnet/msbuild#11210
* Add result for target stop event trace by @​JaynieBai in
dotnet/msbuild#11202
* Add more processes Logs for failed case
Microsoft.Build.UnitTests.Exec_Tests.Timeout by @​JaynieBai in
dotnet/msbuild#9386
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11220
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11219
* Generate packages for e2e tests by using existing
ArtifactsShippingPackagesDir by @​YuliiaKovalova in
dotnet/msbuild#11208
* Log glob failures by @​JanProvaznik in
dotnet/msbuild#11211
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11223
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11222
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11224
* Add line/column information to invalid project exception by
@​YuliiaKovalova in dotnet/msbuild#11232
* Enum.ToString method is resulting in slow performance. Fix it. by
@​SimaTian in dotnet/msbuild#11229
* Upgrade Microsoft.VisualStudio.SolutionPersistence to 1.0.28 by
@​mthalman in dotnet/msbuild#11249
* Update areapath in tsaoptions.json by @​JanProvaznik in
dotnet/msbuild#11251
 ... (truncated)

Commits viewable in [compare
view](https://github.com/dotnet/msbuild/commits).
</details>

Updated
[Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from
17.13.9 to 18.0.2.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Build.Utilities.Core's
releases](https://github.com/dotnet/msbuild/releases)._

## 17.14.8

## What's Changed
* [vs17.14] Binlog not produced for C++ project on Visual Studio Load
Fix by @​surayya-MS in dotnet/msbuild#11774
* [vs17.14] Merge tag v17.14.8 by @​surayya-MS in
dotnet/msbuild#11861


**Full Changelog**:
dotnet/msbuild@v17.14.5...v17.14.8

## 17.14.5

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
 ... (truncated)

## 17.14.0-preview-25177-05


[Release](https://github.com/dotnet/msbuild/releases/tag/v17.14.0-preview-25177-05)

## What's Changed
* null check logging mechanism before logging glob failure by
@​JanProvaznik in dotnet/msbuild#11537
* Update .NET Framework references to 9.0.0 by @​rainersigwald in
dotnet/msbuild#11145
* [CodeQL][SM03800] Remove unapproved usage of DSACryptoServiceProvider
by @​sujitnayak in dotnet/msbuild#11540
* Opt-in .sln parsing with Microsoft.VisualStudio.SolutionPersistence by
@​surayya-MS in dotnet/msbuild#11538
* Upgrade `Microsoft.VisualStudio.SolutionPersistence` to 1.0.52 by
@​surayya-MS in dotnet/msbuild#11549
* Load `before/after.{solutionName}.sln.targets` for .`slnx` by
@​surayya-MS in dotnet/msbuild#11535
* Fix building slnf with @ in the path by @​surayya-MS in
dotnet/msbuild#11421
* Update copy logic to use dedicated threads. by @​Erarndt in
dotnet/msbuild#11272
* Update merge flow 17.14 -> main by @​maridematte in
dotnet/msbuild#11559
* Update VS insertions for 17.14 by @​maridematte in
dotnet/msbuild#11558
* Remove deprecated 4.3.* System package references by @​ViktorHofer in
dotnet/msbuild#11555
* Fix entries in Version.Details.xml and make version overriding clearer
by @​akoeplinger in dotnet/msbuild#11561
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11553
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11562
* [vs17.14] Remove deprecated 4.3.* System package references & fix
entries in Version.Details.xml by @​github-actions in
dotnet/msbuild#11571
* Don't ngen StringTools.net35 by @​rainersigwald in
dotnet/msbuild#11544
* asking terminal for dimensions during every frame is expensive by
@​SimaTian in dotnet/msbuild#11504
* Fix the head parameter when search the created PRs by @​JaynieBai in
dotnet/msbuild#11569
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11552
* Fix test to take warning MSB5018 by @​JaynieBai in
dotnet/msbuild#11499
* Update tsa config by @​AR-May in
dotnet/msbuild#11578
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11098688 by @​dotnet-bot in
dotnet/msbuild#11501
* Switch to AwesomeAssertions by @​rainersigwald in
dotnet/msbuild#11577
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11581
* Update branding to 17.15 by @​maridematte in
dotnet/msbuild#11582
* using virtual fuction instead of reflection by @​SimaTian in
dotnet/msbuild#11513
* Address some low-hanging fruit to use newer/better .NET features by
@​stephentoub in dotnet/msbuild#11448
* [automated] Merge branch 'vs17.13' => 'vs17.14' by @​github-actions in
dotnet/msbuild#11584
* Delete .exp-insertions.yml by @​JanProvaznik in
dotnet/msbuild#11601
* Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​vikukush in
dotnet/msbuild#11167
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11600
* Make SolutionParser package reference private by @​maridematte in
dotnet/msbuild#11603
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11587
* Add null check when iterating through TargetOutputs in terminal logger
by @​mruxmohan4 in dotnet/msbuild#11606
* [automated] Merge branch 'vs17.14' => 'main' by @​github-actions in
dotnet/msbuild#11572
* Assert instead of ! for nullable by @​rainersigwald in
dotnet/msbuild#11545
* Consolidate common IPC / named pipe code by @​ccastanedaucf in
dotnet/msbuild#11546
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11592
* Update maintenance-packages versions by @​carlossanlop in
dotnet/msbuild#11457
* [vs17.14] Microsoft.Common.CurrentVersion.targets:
_SplitProjectReferencesByFileExistence DependsOn
AssignProjectConfiguration by @​github-actions in
dotnet/msbuild#11620
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11615
* Pin samples/ProjectCachePlugin to released MSBuild by @​rainersigwald
in dotnet/msbuild#11563
* [vs17.14] Add null check when iterating through TargetOutputs in
terminal logger by @​github-actions in
dotnet/msbuild#11621
* Update MicrosoftBuildVersion in analyzer template by @​github-actions
in dotnet/msbuild#11590
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 11273384 by @​dotnet-bot in
dotnet/msbuild#11608
* Don't force shipping versions to be used in VMR builds by
@​jkoritzinsky in dotnet/msbuild#11625
* Fix url formatting in BuildCheck/Codes.md by @​MaceWindu in
dotnet/msbuild#11631
 ... (truncated)

## 17.14.0-preview-25155-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.2)

## What's Changed
* [vs17.6] Dont ngen taskhost Fixes our lack of optprof data (#​8737) by
@​JanKrivanek in dotnet/msbuild#8926
* [vs17.6] Bump version by @​JanKrivanek in
dotnet/msbuild#8932
* Update System.Security.Cryptography.Pkcs by @​JanKrivanek in
dotnet/msbuild#8977
* [vs17.8] Workaround for incorrect encoding of PUA range in GB18030 Uri
string by @​sujitnayak in dotnet/msbuild#9751
* [release/vs17.6] Onboard 1es templates (#​9924) by @​surayya-MS in
dotnet/msbuild#10053
* [automated] Merge branch 'vs17.6' => 'vs17.8' by @​dotnet-maestro-bot
in dotnet/msbuild#10056
* CG alert cleaning on VS17.8 by @​GangWang01 in
dotnet/msbuild#10725
* [vs17.8] update arcade and fix build by @​JanProvaznik in
dotnet/msbuild#10838
* [vs17.8] Sync internal and public branches by @​YuliiaKovalova in
dotnet/msbuild#10858
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10894
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#10986
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11030
* [vs17.8] Backport VS insertion pipeline YMLs by @​github-actions in
dotnet/msbuild#11066
* [17.8] Unblock opt-prof in release branches by @​JanKrivanek in
dotnet/msbuild#11112
* [vs17.8] Fix setting package versions in VS insertion by
@​github-actions in dotnet/msbuild#11103
* Update vs/msbuild version by @​JanKrivanek in
dotnet/msbuild#11115
* Update xcopy-msbuild version to 17.8.5 by @​GangWang01 in
dotnet/msbuild#11118
* Add inter-branch merge flow file by @​GangWang01 in
dotnet/msbuild#11123
* [vs17.8] Unblock OptProf build by @​JanKrivanek in
dotnet/msbuild#11121
* Bump up System.Text.Json to 8.0.5 by @​GangWang01 in
dotnet/msbuild#11134
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11218
* [vs17.8] disallow inserting pkgs twice in VS insertion by
@​JanProvaznik in dotnet/msbuild#11152
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11261
* Don't autocomplete servicing insertions by @​JanProvaznik in
dotnet/msbuild#11283
* [vs17.8] Select proper VS channel by @​JanKrivanek in
dotnet/msbuild#11246
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11306
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11367
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11371
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11339
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11408
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11406
* [vs17.13] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11407
* [vs17.12] Fix arcade tool restore by @​JanProvaznik in
dotnet/msbuild#11413
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11419
* Prevent race condition in LoggingService by @​YuliiaKovalova in
dotnet/msbuild#11284
* [automated] Merge branch 'vs17.13' => 'main' by @​github-actions in
dotnet/msbuild#11422
* Bump `StyleCop.Analyzers` to `1.2.0-beta.556` by @​xtqqczze in
dotnet/msbuild#11398
* Avoid creation of temporary strings where possible by @​Erarndt in
dotnet/msbuild#11380
* Keep ActivityId correlations in ETW
 by @​rainersigwald in dotnet/msbuild#10909
* [vs17.8] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11404
* [9.0.1xx] Workaround for "MSB4166: Child node "1" exited prematurely
for build check by @​YuliiaKovalova in
dotnet/msbuild#11384
* Add EmbedInteropTypes to COMFileReference
 by @​rainersigwald in dotnet/msbuild#11414
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11409
* [automated] Merge branch 'vs17.12' => 'vs17.13' by @​github-actions in
dotnet/msbuild#11424
* Port 1ES Pipeline Templates PR by @​GangWang01 in
dotnet/msbuild#11425
 ... (truncated)

## 17.14.0-preview-25110-01

[Release](https://github.com/dotnet/core/releases/tag/v10.0.0-preview.1)

## What's Changed
* [vs17.10] Check version bump on release branches' update by
@​github-actions in dotnet/msbuild#10041
* [automated] Merge branch 'vs17.9' => 'vs17.10' by @​dotnet-maestro-bot
in dotnet/msbuild#10081
* Disable localization for vs17.10 by @​AR-May in
dotnet/msbuild#10269
* Enable private feeds for release branch by @​AR-May in
dotnet/msbuild#10355
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10809
* CG alert cleaning on VS17.10 by @​GangWang01 in
dotnet/msbuild#10724
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10833
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10896
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#10992
* 17.14 Branding by @​JanKrivanek in
dotnet/msbuild#11128
* [automated] Merge branch 'vs17.8' => 'vs17.10' by @​github-actions in
dotnet/msbuild#11124
* Update localization comment for main by @​JanKrivanek in
dotnet/msbuild#11138
* Option to avoid "fixing" \ in new TaskItem() by @​maridematte in
dotnet/msbuild#11120
* Disable packing in bootstrap build by @​JanKrivanek in
dotnet/msbuild#11133
* Fixing the contention condition caused by RegisterResolversManifests
by @​SimaTian in dotnet/msbuild#11079
* [vs17.10] Run tests even if version is not bumped by @​github-actions
in dotnet/msbuild#11059
* Update interbranch flow by @​JanKrivanek in
dotnet/msbuild#11139
* Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID 10720707 by @​dotnet-bot in
dotnet/msbuild#11154
* Fix ambiguous reference for ExceptionHandling class by @​mthalman in
dotnet/msbuild#11173
* [main] Update dependencies from dotnet/roslyn by @​dotnet-maestro in
dotnet/msbuild#11151
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11150
* telemetry onepager by @​JanProvaznik in
dotnet/msbuild#11013
* fix: Update json syntax of merge-flow config by @​f-alizada in
dotnet/msbuild#11190
* [main] Update dependencies from dotnet/source-build-reference-packages
by @​dotnet-maestro in dotnet/msbuild#11176
* Fix casing for UTF8Output propery by @​baronfel in
dotnet/msbuild#11179
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11186
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11198
* Prevent reading from .rsp file for worker nodes by @​YuliiaKovalova in
dotnet/msbuild#11170
* Handle the case for updated binding redirects by @​YuliiaKovalova in
dotnet/msbuild#11012
* Update ChangeWaves doc by @​JanKrivanek in
dotnet/msbuild#11174
* Add IntelliSense for testing properties by @​Youssef1313 in
dotnet/msbuild#11029
* enable experimentally inserting to release branches from UI by
@​JanProvaznik in dotnet/msbuild#11205
* Expose processes leveraged by BuildManager by @​JanKrivanek in
dotnet/msbuild#11146
* changing expander regex by @​SimaTian in
dotnet/msbuild#11210
* Add result for target stop event trace by @​JaynieBai in
dotnet/msbuild#11202
* Add more processes Logs for failed case
Microsoft.Build.UnitTests.Exec_Tests.Timeout by @​JaynieBai in
dotnet/msbuild#9386
* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in
dotnet/msbuild#11220
* [main] Update dependencies from nuget/nuget.client by @​dotnet-maestro
in dotnet/msbuild#11219
* Generate packages for e2e tests by using existing
ArtifactsShippingPackagesDir by @​YuliiaKovalova in
dotnet/msbuild#11208
* Log glob failures by @​JanProvaznik in
dotnet/msbuild#11211
* [vs17.10] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11223
* [vs17.11] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11222
* [vs17.12] Update dependencies from dotnet/arcade by @​dotnet-maestro
in dotnet/msbuild#11224
* Add line/column information to invalid project exception by
@​YuliiaKovalova in dotnet/msbuild#11232
* Enum.ToString method is resulting in slow performance. Fix it. by
@​SimaTian in dotnet/msbuild#11229
* Upgrade Microsoft.VisualStudio.SolutionPersistence to 1.0.28 by
@​mthalman in dotnet/msbuild#11249
* Update areapath in tsaoptions.json by @​JanProvaznik in
dotnet/msbuild#11251
 ... (truncated)

Commits viewable in [compare
view](https://github.com/dotnet/msbuild/commits).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18559)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com>
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.

3 participants