Merge pull request #1346 from tommcdon/dev/tommcdon/update_2.2_readme

Update .NET native 2.2. readme for 6.2.14
pull/1347/head
Tom McDonald 2022-06-13 15:13:42 -04:00 committed by GitHub
commit 858cf37c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
### UWP 6.2.14 (June 13th, 2022)
- Address Brotli Library Buffer Overflow Vulnerability (https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-8927)
- Opt-in fix to generate PDB's out of process. This is an alternate to `NoLinkerSymbols` which generates .NET native symbols and addresses the error `Error code RHBIND : error RHB0002: Failed to write PDB. Fix for build failures with RHBIN error when building Xamarin and SyncFusion UWP projects.` To enable the change, add `<OutOfProcPDB>true</OutOfProcPDB>` to the appropriate property groups in the application csproj file.
- Fix `ILT0014: Failed to compile interop source code. See the build log for error details.`
- Fix ARM64 application crash when calling methods with more than 8 arguments in finally block
- Fix ARM64 compilation issues when targeting latest Windows SDK breaks
### UWP 6.2.13 (October 13th, 2021)
- Fix data serialization on .NET Native
- Update clrcompression zlib from 1.2.8 to 1.2.11