File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
releases/UWP/net-native2.2 Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.10 (March 18th, 2020)
8
+ - Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures
9
+ (https://github.com/dotnet/corert/pull/7744 )
10
+ - Fix for compiler crashes seen for SixLabors.ImageSharp API when targeting x86 and trying to generate mixed floating point/vector code
11
+ - Fix for crashes seen when using System.IO.Directory.GetFiles and System.IO.DirectoryInfo.GetDirectories on ARM32 with UWP apps
12
+ (https://github.com/dotnet/runtime/issues/27943#issuecomment-529400749 )
13
+ - Fix for crashes seen in rhbind.exe for some Unity apps
14
+ - Fix to avoid incorrectly leaking COM thread state when returning threads to the OS thread pool
15
+ - Fix for app crashes seen during garbage collection on ARM 32 due to heap corruption
16
+
7
17
### UWP 6.2.9 (August 23rd, 2019)
8
18
9
19
- Reduce optimizer maximum thread count for Store compilations to increase ingestion reliability
You can’t perform that action at this time.
0 commit comments