Skip to content

Commit 4e1e42e

Browse files
Merge pull request microsoft#1272 from kalaskarsanket/patch-1
Updating Readme with 6.2.11 notes
2 parents 793f496 + 9540b4f commit 4e1e42e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

releases/UWP/net-native2.2/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer
44

55
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
66

7+
### UWP 6.2.11 (November 19th, 2020)
8+
- .NET Native fix for call to `string.Replace` does not terminate and goes into an infinite loop
9+
- Fix is to consume updated Telemetry files which is shipped in UWP 6.2.11
10+
- Fix denial of service (DoS) by cap the maximum length passed to the StringBuilder(int capacity) ctor
11+
- Fix to avoid incorrectly leaking thread COM state to default thread pool by turning on AppContext switch by default. 6.2.10 had shipped the original fix but with this release the switch is enabled by default
12+
- Fix for crashes seen in WireUpCoreRuntime on duplicate executables
13+
- Fix ILT0005 error when building InMobiSDk. This Fix addresses an access violation in complier when building InMobiSDK resulting in ILT0005 error
14+
- This build provides a workaround that resolves OOM issues for ARM64 compilation scenarios
15+
716
### UWP 6.2.10 (March 18th, 2020)
817
- Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures
918
(https://github.com/dotnet/corert/pull/7744)

0 commit comments

Comments
 (0)