Skip to content

Commit 14efa06

Browse files
authored
Bring changewaves.md up to date (#7156)
* Bring changewaves.md up to date * Add revert note
1 parent e291a78 commit 14efa06

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

documentation/wiki/ChangeWaves.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,20 @@ A wave of features is set to "rotate out" (i.e. become standard functionality) t
2727
- [Allow Custom CopyToOutputDirectory Location With TargetPath](https://github.com/dotnet/msbuild/pull/6237)
2828
- [Allow users that have certain special characters in their username to build successfully when using exec](https://github.com/dotnet/msbuild/pull/6223)
2929
- [Fail restore operations when an SDK is unresolveable](https://github.com/dotnet/msbuild/pull/6430)
30+
- [Optimize glob evaluation](https://github.com/dotnet/msbuild/pull/6151)
31+
3032
### 17.0
3133
- [Scheduler should honor BuildParameters.DisableInprocNode](https://github.com/dotnet/msbuild/pull/6400)
3234
- [Don't compile globbing regexes on .NET Framework](https://github.com/dotnet/msbuild/pull/6632)
3335
- [Default to transitively copying content items](https://github.com/dotnet/msbuild/pull/6622)
34-
- [Reference assemblies are now no longer placed in the `bin` directory by default](https://github.com/dotnet/msbuild/pull/6560)
36+
- [Reference assemblies are now no longer placed in the `bin` directory by default](https://github.com/dotnet/msbuild/pull/6560) (reverted [here](https://github.com/dotnet/msbuild/pull/6718) and brought back [here](https://github.com/dotnet/msbuild/pull/7075))
3537
- [Improve debugging experience: add global switch MSBuildDebugEngine; Inject binary logger from BuildManager; print static graph as .dot file](https://github.com/dotnet/msbuild/pull/6639)
38+
- [Fix deadlock in BuildManager vs LoggingService](https://github.com/dotnet/msbuild/pull/6837)
39+
- [Optimize diag level for file logger and console logger](https://github.com/dotnet/msbuild/pull/7026)
40+
- [Optimized immutable files up to date checks](https://github.com/dotnet/msbuild/pull/6974)
41+
- [Add Microsoft.IO.Redist for directory enumeration](https://github.com/dotnet/msbuild/pull/6771)
42+
- [Process-wide caching of ToolsetConfigurationSection](https://github.com/dotnet/msbuild/pull/6832)
43+
- [Normalize RAR output paths](https://github.com/dotnet/msbuild/pull/6533)
3644

3745
## Change Waves No Longer In Rotation
3846
### 16.8

0 commit comments

Comments
 (0)