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: releases/UWP/net-native2.2/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer
4
4
5
5
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
6
6
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
+
7
16
### UWP 6.2.10 (March 18th, 2020)
8
17
- Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures
0 commit comments