Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
02bcc36
Fix unresolved P2P references losing Configuration in solution build…
Mar 27, 2026
5fa4dca
Merge branch 'dotnet:main' into main
jimpark Mar 27, 2026
8576ac1
Update src/Tasks/AssignProjectConfiguration.cs
jimpark Mar 27, 2026
ba4fdfb
Add PR requested tests
Mar 27, 2026
5c2f7b9
Trigger CI rerun
Mar 28, 2026
678fef8
Retry CI
Mar 29, 2026
14c5e33
Add stronger tests
Mar 31, 2026
af1e727
Merge branch 'main' into main
jimpark Apr 9, 2026
1970dd1
Update MicrosoftBuildVersion to 18.7.0
invalid-email-address Apr 9, 2026
055366e
Merge pull request #1 from jimpark/main-update-msbuild-version-for-an…
jimpark Apr 13, 2026
6c5d5b7
Merge branch 'dotnet:main' into main
jimpark Apr 13, 2026
7accd44
Merge branch 'dotnet:main' into main
jimpark Apr 27, 2026
3d5b40e
Merge branch 'dotnet:main' into main
jimpark Apr 29, 2026
23ef479
Fix build errors by removing unused Xunit.Abstractions reference
Apr 29, 2026
338af44
Merge branch 'main' into main
jimpark Apr 30, 2026
0983f2b
Merge branch 'main' into main
jimpark May 1, 2026
e696e0d
Merge branch 'dotnet:main' into main
jimpark May 1, 2026
14bf2b0
Merge branch 'dotnet:main' into main
jimpark May 5, 2026
e940634
Merge branch 'dotnet:main' into main
jimpark May 5, 2026
676f2dd
Merge branch 'dotnet:main' into main
jimpark May 11, 2026
5276142
Update MicrosoftBuildVersion to 18.8.0
invalid-email-address May 11, 2026
a8ba934
Merge pull request #2 from jimpark/main-update-msbuild-version-for-an…
jimpark May 15, 2026
29a04c7
Merge branch 'dotnet:main' into main
jimpark May 16, 2026
730ce3b
Merge branch 'dotnet:main' into main
jimpark May 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/wiki/ChangeWaves.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Change wave checks around features will be removed in the release that accompani
- [TaskHostTask forwards request-level global properties (e.g. MSBuildRestoreSessionId) to out-of-proc TaskHost in -mt mode](https://github.com/dotnet/msbuild/pull/13443)
- [Fix ShouldTreatWarningAsError in OOP TaskHost checking wrong collection (WarningsAsMessages instead of WarningsAsErrors)](https://github.com/dotnet/msbuild/issues/11952)
- [Fix ToolTask hang when tool spawns grandchild processes that inherit stdout/stderr pipe handles](https://github.com/dotnet/msbuild/issues/2981)
- [Unresolved project references in solution builds inherit parent Configuration and Platform instead of stripping them via GlobalPropertiesToRemove](https://github.com/dotnet/msbuild/issues/13453)

### 18.5
- [FindUnderPath and AssignTargetPath tasks no longer throw on invalid path characters when using TaskEnvironment.GetAbsolutePath](https://github.com/dotnet/msbuild/pull/13069)
Expand Down
Loading