Releases: dotnet/msbuild
Releases · dotnet/msbuild
v17.10.4
What's Changed
- Bump version to 17.10 by @AR-May in #9499
- Add Link metadata to Resources in AssignLinkMetadata target by @AR-May in #9464
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9509
- Right justify target and duration in terminallogger by @rainersigwald in #9053
- Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline by @ellahathaway in #9511
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9525
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9529
- Copy task SourceFolders by @jrdodds in #8843
- Delete checks for retired change waves by @ladipro in #9480
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9532
- Added import of .user file for multi-targeted builds by @maridematte in #9444
- Load NuGet.Frameworks into secondary AppDomain (MSBuild.exe only) by @ladipro in #9446
- Switch official builds to floating NuGet.exe
by @rainersigwald in #9542 - [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9559
- Chore: remove unused code, clear warnings by @f-alizada in #9581
- Import the new
Microsoft.Common.Test.targets
target for multi-tfm by @MarcoRossignoli in #9583 - Add requested targets to CacheContext by @dfederm in #9569
- Fix Arcade's BeforeCommon imports not being respected by @ViktorHofer in #9555
- Dev/yuehuang/main rarcache message by @yuehuang010 in #9548
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8868052 by @dotnet-bot in #9586
- Update Project Cache docs to reflect new functionality by @dfederm in #9329
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9577
- Logger emits message on invalid property name by @maridematte in #9570
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8874172 by @dotnet-bot in #9589
- Allow optional reuse of existing immutable collections when constructing a ProjectInstance. by @sgreenmsft in #9374
- Include optional logger name in console output if it fails to load by @yanrez in #9288
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9599
- Fix missed build data on BuildRequestDataFlags provided by @YuliiaKovalova in #9565
- Improve ConfigurableForwardingLogger by @JanKrivanek in #9578
- Add NGEN documentation (NETFramework-NGEN.md) by @ladipro in #9588
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9605
- Emit NETSDK1057 at most once in -tl by @rainersigwald in #9610
- Add message to to indicate which process exactly hold the lock for the file for task Generate*Manifest by @JaynieBai in #9488
- Update dependencies from dotnet/arcade by @dotnet-maestro in #9619
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8900520 by @dotnet-bot in #9618
- Fix parsing GB18030 by @YuliiaKovalova in #9623
- Log SDK resolution result by @surayya-MS in #9621
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8914400 by @dotnet-bot in #9635
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9637
- [ClickOnce] Fix nonce generation in timestamping of signed manifest. by @sujitnayak in #9579
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8921562 by @dotnet-bot in #9641
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9643
- Binlogs Redacting support + Binlogs forward-compatibility reading support by @JanKrivanek in #9307
- Log before unregistering Fixes #9455 by @Forgind in #9571
- Update Microsoft.BuildXL.Processes to 0.1.0-20240113.1 by @dfederm in #9646
- Bugfix forwarding logger by @JanKrivanek in #9650
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9648
- Use all MSBuild binding redirects in NuGet.Frameworks AppDomain by @ladipro in #9634
- ToolTask process start separated to another function by @maridematte in #9649
- Add Microsoft.BuildXL.Processes PackageReference in Bootstrap project by @dfederm in #9673
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8957331 by @dotnet-bot in #9651
- Add LangVersion to
_GenerateCompileDependencyCache
by @Youssef1313 in #9656 - Condition source-build specific configurations on DotNetBuildFromSouce by @ViktorHofer in #9672
- Remove legacy properties by @mmitche in #9683
- Align the tests usage of test environment by @f-alizada in #9682
- [automated] Merge branch 'vs17.9' => 'main' by @dotnet-maestro-bot in #9684
- Update Traits when environment has been changed by @AR-May in #9655
- Add UseArtifactsOutput and ArtifactsPath to XSD by @GangWang01 in #9681
- [Doc] Clarify the transitive dependencies document by @JanKrivanek in #9652
- Changes to enable building msbuild with Unified Build by @mmitche in #9685
- TargetEntry optimizations for Results by @Forgind in #9590
- Move SB metadata to intermediates by @ellahathaway in #9707
- Respect response files (ignoreProjectExtensions) property by @f-alizada in #9677
- Feature Query API by @surayya-MS in #9665
- Annotate RAR SearchPaths added because they're "next to a reference" by @surayya-MS in #9700
- Use a raw string literal in RAR test by @rainersigwald in #9701
- FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning by @dotnet-policy-service in #9708
- Allow users to influence the value of CreateSatelliteAssembliesDependsOn by @baronfel in #9704
- Revert changes for "ResultsCache ignores some of the BuildRequest dat… by @YuliiaKovalova in #9718
- [main] Update dependencies from dotnet/roslyn, nuget/nuget.client by @dotnet-maestro in #9642
- [vs17.9] Update dependencies from dotnet/roslyn, nuget/nuget.client by @dotnet-maestro in #9644
- Fix bug: Exec task trims leading whitespace in ConsoleToMsBuild by @surayya-MS in #9722
- Update ChangeWaves.md to include Exec task does not trim leading whitespaces in ConsoleOutput by @surayya-MS in #9727
- Optimize SDK resolution in dotnet build by @ladipro in #9657
- Checking for VS pathing when import not found by @maridematte in #9625
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9080430 by @dotnet-bot in #9716
- Change the priority order of lazyloading by @f-alizada in #9744
- Reintroduce FNV hashing by @JanKrivanek in #9721
- Cleanup: Remove Mono support by @ladipro in #9745
- Improve msbuild logger for testing workloads by @nohwnd in #9706
- Move shared unit test code to a shared assembly by @GangWang01 in #9420
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9103805 by @dotnet-bot in #9758
- Init of msbuild env variables document by @f-alizada in #9753
- Bump some System.*...
.NET 9.0 Preview 3
.NET 9.0 Preview 2
[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)
MSBuild 17.9.5
What's Changed
- Add branding to v17.9.0 by @YuliiaKovalova in #9252
- Update to RC1 by @rainersigwald in #9249
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9264
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9206
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9202
- Create pipeline for exp insertions by @AR-May in #9231
- Enable SDL (PoliCheck, Credscan) in official builds by @GangWang01 in #9239
- Cleanup: Delete Pair of TKey, TValue by @ladipro in #9265
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8450263 by @dotnet-bot in #9270
- [automated] Merge branch 'vs17.8' => 'main' by @dotnet-maestro-bot in #9272
- Return false if there are no sources by @JaynieBai in #9208
- Stub tasks that are not supported on .NET by @jrdodds in #9153
- [automated] Merge branch 'vs17.8' => 'main' by @dotnet-maestro-bot in #9285
- Add Extended messages data to binary log by @rokonec in #9198
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8477267 by @dotnet-bot in #9296
- update XmlPeek and XmlPoke tasks by @jrdodds in #9194
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9297
- On windows there can be problems with Tools that do not support Unicode by @hknielsen in #9232
- Reduce VS drop retention time for builds by @rainersigwald in #9305
- Fix CG alerts caused by RoslynTools.MSBuild 17.7.2 by @GangWang01 in #9310
- Fix policheck error by @JaynieBai in #9311
- Mention unification in RAR found-conflicts message by @rainersigwald in #9226
- Correct success for /preprocess /targets builds by @Forgind in #8908
- Enable Windows Disabled Drive Enumeration Tests by @JaynieBai in #9266
- Doc/packages sourcing by @JanKrivanek in #8475
- Catch the illegal argument exception in Net Framework! by @JaynieBai in #8839
- Remove stale .vsconfig components by @rainersigwald in #8862
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #9314
- Re-enable IdenticalSubmissionsShouldCompleteAndNotHangTheBuildOnMissingTargetExceptions by @ladipro in #9253
- Cleanup: Delete ExcludeFromStyleCop from project files by @ladipro in #9247
- Make repo buildable with VS 17.8.0 Preview 3.0 by @ladipro in #9319
- Add a job for experimental Framework MSBuild insertion to a pipeline by @AR-May in #9309
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8527872 by @dotnet-bot in #9316
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #9333
- Cleanup: Delete NGen of T by @ladipro in #9263
- Populate unproxied targets to avoid dropping requested targets by @dfederm in #9130
- Get Retail MSBuild Drop Path with Restful API by @JaynieBai in #9332
- AppDomain configuration is serialized without using BinFmt by @MichalPavlik in #9320
- Setup UnGAC: treat 259 as success by @rainersigwald in #9325
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8557805 by @dotnet-bot in #9340
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9301
- Ensure the built project is retained when restoring fixes #9339 by @Forgind in #9345
- Use distinct signal to wait to cancel the submission by @GangWang01 in #9326
- Revert #9130 by @maridematte in #9358
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9315
- [automated] Merge branch 'vs17.8' => 'main' by @dotnet-maestro-bot in #9328
- Revert "Update dependencies from dotnet/arcade (#9315)" by @rainersigwald in #9360
- Add deprecation notice and links by @ghogen in #9221
- Fix dotnet path for RoslynCodeTaskFactory by @GangWang01 in #9207
- Use AssemblyLoadContext Name instead of AppDomain by @bording in #9353
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8598948 by @dotnet-bot in #9359
- Cache Platform Negotiation in graph build by @rokonec in #9343
- Add ExtendedCriticalBuildMessageEventArgs and related tests by @rokonec in #9363
- [main] Update dependencies from nuget/nuget.client dotnet/roslyn by @dotnet-maestro in #9356
- Shouldly 4.2.1 by @rainersigwald in #8717
- Update CustomBuildEventArgs deprecation info by @JanKrivanek in #9364
- Add performance branch official build trigger by @JaynieBai in #9349
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8617434 by @dotnet-bot in #9373
- Stabilize BuildRequest Engine tests by @GangWang01 in #9215
- Cache SDK resolver data process-wide by @ladipro in #9335
- Doc MSBUILDLOGALLENVIRONMENTVARIABLES
by @rainersigwald in #9306 - Exec: use C instead of en_US.UTF-8 to set the Exec locale. by @tmds in #9391
- Fix the ui language override helper method for input language "en" by @f-alizada in #9392
- Fix TL failure on MSBUILDNOINPROCNODE env variable by @YuliiaKovalova in #9388
- Remove trailing whitespace by @rainersigwald in #9396
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9398
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9403
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #9418
- Revert "Exec: use C instead of en_US.UTF-8 to set the Exec locale." by @rainersigwald in #9410
- Fix language about binlog environment variable use by @baronfel in #9416
- Extended the section about extending builds by @assarbad in #9012
- Add task for metadata resolution by @YuliiaKovalova in #9313
- TL: Fix logs appearance from nuget client/credential provider by @YuliiaKovalova in #9407
- Upgrade Microsoft.VisualStudio.Setup.Configuration.Interop version by @f-alizada in #9426
- Log allowed environment vars case-insensitively by @rainersigwald in #9411
- Don't expose VisualStudio.Setup to NuGet by @rainersigwald in #9430
- Question mode usage feedback updates. by @yuehuang010 in #9155
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9428
- Upgrade BenchmarkDotNet , FluentAssertions versions by @f-alizada in #9427
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9438
- [BinFmt] Error on serialization custom events in by default in .NET framework by @rokonec in #9318
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8712218 by @dotnet-bot in #9440
- Fix solution-based graph builds when non 'well-known' project types are used by @dfederm in #9384
- Mention preference of using Shouldly in tests by @f-alizada in #9437
- Fix restore handling in Terminal Logger by @AR-May in https://github.com/dotnet/msbuild/p...
.NET 8.0.0
v17.8.3
What's Changed
- [automated] Merge branch 'vs17.7' => 'main' by @dotnet-maestro-bot in #8920
- Version 17.8 by @rainersigwald in #8949
- Update Strings.resx by @asklar in #8941
- Remove redundant SourceBuildTrimNetFrameworkTargets property by @v-chayan in #8952
- [main] Update dependencies from nuget/nuget.client by @dotnet-maestro in #8869
- Add WithoutMetadataValue by @JaynieBai in #8867
- Fix /warnaserror false positive overall success by @rokonec in #8953
- Bump StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.507 in /eng/dependabot by @dependabot in #8950
- Fix ContinueOnError false positive by @rokonec in #8954
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #8955
- Intrinsic arithmetic function overloads by @jrdodds in #8710
- Try to fix the build error after reenabling static graph restore by @GangWang01 in #8960
- Add more packages to Version.Details for source-build by @mthalman in #8940
- Backward-compatibility with KeyValuePair<string, string> metadata items [#8864] by @jehhynes in #8870
- ProcessExtensions: use BCL Process.Kill. by @tmds in #8968
- Enable BinSkim scan in nightly validation by @MilenaHristova in #8976
- Fix copy cancelation by @danmoseley in #8951
- Send AssemblyLoadBuildEventArgs only for valid LoggingContext by @rokonec in #8944
- [main] Update dependencies from nuget/nuget.client by @dotnet-maestro in #8993
- improve TaskItem hashcode by @danmoseley in #8988
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #8992
- Expose static methods from System.OperatingSystem by @jrdodds in #8935
- remove #if NEVER in hashset by @danmoseley in #8986
- ResolveAssemblyReference CPU optimizations by @ladipro in #8916
- Update TSA config by @JanKrivanek in #9004
- Avoid boxing enum by @davkean in #9001
- Unify casing for boolean true in targets by @rainersigwald in #9006
- Switch TaskItemData exceptions by @rainersigwald in #9003
- Moving from SHA1 to SHA256 for Hash task by @JanKrivanek in #8812
- Add BaseOutputPath to XSD by @drewnoakes in #8994
- Rename terminallogger docs and update with more details by @baronfel in #9010
- [automated] Merge branch 'vs17.7' => 'main' by @dotnet-maestro-bot in #9023
- Reënable static graph restore by @rainersigwald in #8856
- cleanup ErrorUtilities by @danmoseley in #8990
- TerminalLogger: Store output writer after setting it to UTF-8 by @rainersigwald in #9035
- Revert "ResolveAssemblyReference CPU optimizations (#8916)" by @JaynieBai in #9037
- Make TaskRegistry tasks ordering deterministic (FIFO) by @JanKrivanek in #8974
- Fix TaskRegistry mutability by @JanKrivanek in #9032
- Comment for #9035 by @rainersigwald in #9040
- Reduce runtime for and allocations from BaseConsoleLogger.IndentString by @jdrobison in #8934
- Update to Arcade 8 by @rainersigwald in #8672
- Improving the log of CombineTargetFrameworkInfoProperties fails with not valid RootElementName by @JaynieBai in #9002
- adjust XmlReader.Create to passed path with potentially invalid character by @YuliiaKovalova in #9028
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #9045
- System.Text.Json 7.0.3 by @rainersigwald in #9043
- Improve waiting for the server is in use by the signal that a marker file is created by the build task by @GangWang01 in #8981
- Rename liveLogger to be terminallogger by @GangWang01 in #9027
- Optimize exclude computation on ItemGroupIntrinsicTask target call by @YuliiaKovalova in #9047
- Add StringIntern for Item and Property Functions. by @yuehuang010 in #9024
- [main] Update dependencies from dotnet/arcade dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9041
- Update source build template, vs version and XCopyMSBuildVersion by @JaynieBai in #9064
- Fixed the embedded file size record by @MichalPavlik in #9065
- [vs17.7] adjust XmlReader.Create to passed path with potentially invalid character by @github-actions in #9067
- Fix the System.Security.Cryptography.Pkcs secuity error by @JaynieBai in #9070
- [automated] Merge branch 'vs17.7' => 'main' by @dotnet-maestro-bot in #9071
- Bump Versions.props to 17.7.2 by @rokonec in #9072
- Fix typo in ProjectCacheService.IsDesignTimeBuild leading to the value of BuildingProject not being checked by @dfederm in #9069
- Error log the invalid the target name by @JaynieBai in #9050
- ResolveAssemblyReference CPU optimizations (redo) by @ladipro in #9044
- [automated] Merge branch 'vs17.7' => 'main' by @dotnet-maestro-bot in #9073
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9059
- Skip TerminalLogger in context of dotnet test by @JanKrivanek in #9066
- Add unit test for #8870 by @JaynieBai in #8961
- fixes #8958 TerminalLogger in .NET 8.0.100-preview.6 issues audible alerts on iTerm2 by @vlada-shubina in #9060
- TaskFactoryWrapper: guard against multi-threaded access to dictionaries by @jdrobison in #8928
- Resource for invalid -tl value by @rainersigwald in #9078
- Update invalid localized string by @JaynieBai in #9084
- Terminal logger: Remove emojis and tweak warning/error colors by @ladipro in #9074
- Do not register typelib in ComReferenceInfo by @rokonec in #9087
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9086
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9085
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #8893
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8181267 by @dotnet-bot in #9088
- Ban XmlReader overloads that take string by @rainersigwald in #9076
- Remove unneeded supressions by @JanKrivanek in #9095
- Bump up dotnet version to fix CG alerts by @GangWang01 in #9096
- Task name class name error by @jrdodds in #8921
- [automated] Merge branch 'vs17.7' => 'main' by @dotnet-maestro-bot in #9097
- Misc fixes for /question build by @yuehuang010 in #8881
- Remove sourcelink dependency by @NikolaMilosavljevic in #9105
- [main] Update dependencies from dotnet/roslyn nuget/nuget.client by @dotnet-maestro in #9107
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #9108
- Fix project configuration case-mismatch issue for solution-based graph builds by @dfederm in #9104
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #9112
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 8218051 by @dotnet-bot in #9110
- Deprecate binfmt in build event args by @rokonec in #8917
- Removed tests containing TranslateDotNet by @maridematte in https...
.NET 8.0 RC 2
.NET 7.0.11
What's Changed
- Fixed the embedded file size record by @MichalPavlik in #9065
- [vs17.7] adjust XmlReader.Create to passed path with potentially invalid character by @github-actions in #9067
- Bump Versions.props to 17.7.2 by @rokonec in #9072
- Bump up dotnet version to fix CG alerts by @GangWang01 in #9096
Full Changelog: v17.7.1...v17.7.3