You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/wiki/ChangeWaves.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,20 @@ A wave of features is set to "rotate out" (i.e. become standard functionality) t
27
27
-[Allow Custom CopyToOutputDirectory Location With TargetPath](https://github.com/dotnet/msbuild/pull/6237)
28
28
-[Allow users that have certain special characters in their username to build successfully when using exec](https://github.com/dotnet/msbuild/pull/6223)
29
29
-[Fail restore operations when an SDK is unresolveable](https://github.com/dotnet/msbuild/pull/6430)
-[Scheduler should honor BuildParameters.DisableInprocNode](https://github.com/dotnet/msbuild/pull/6400)
32
34
-[Don't compile globbing regexes on .NET Framework](https://github.com/dotnet/msbuild/pull/6632)
33
35
-[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))
35
37
-[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)
0 commit comments