File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
releases/UWP/net-native2.2 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ 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.9 (August 23rd, 2019)
8
+
9
+ - Reduce optimizer maximum thread count for Store compilations to increase ingestion reliability
10
+ - Fix issue in the analysis engine related to unsafe patterns that could lead to NullReferenceException (https://github.com/dotnet/core/issues/2614 )
11
+ - Fix gatekeeper errors due to bad System.Private.Uri AssemblyVersion
12
+ - Fix "Invalid IL" warning from some unsafe code patterns
13
+ - Fix type system issue regarding parameter constraints on methods (https://github.com/SixLabors/ImageSharp/issues/828 )
14
+ - Fix interop compilation failure for gRPC Authentication package (https://github.com/grpc/grpc/issues/18188 )
15
+ - Fix intop code generation failure for System.IO.ISoreafeItemHandleAccess.Create (https://developercommunity.visualstudio.com/content/problem/310750/release-compile-fails-due-to-errors-in-mcg-generat.html )
16
+ - Adjust garbage collection timing during interop to eliminate memory increase in UWP app when navigating between pages
17
+ - Fix issue leading to Access Violation in the garbage collector caused by ARM32 volatile registers not being populated correctly
18
+ - Fix reference assemblies for WCF so they have the expected public key (https://github.com/dotnet/wcf/issues/3743 )
19
+ - Fix signing issue leading to ARM64 debugging failures on ARM64 WCOS
20
+ - Fix issue causing Visual Studio 2017 hangs during debugging sessions
21
+
7
22
### UWP 6.2.8 (March 13th, 2019)
8
23
- Fixes package publishing issues
9
24
You can’t perform that action at this time.
0 commit comments