Skip to content

Commit 33f411a

Browse files
tommcdonRon Petrusha
authored andcommitted
Add UWP6.2.9 release notes (microsoft#1100)
1 parent 44f9697 commit 33f411a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.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+
722
### UWP 6.2.8 (March 13th, 2019)
823
- Fixes package publishing issues
924

0 commit comments

Comments
 (0)