Skip to content

Commit 8eb9f5d

Browse files
Merge pull request #3299 from MicrosoftDocs/user/victorhuang/add-aot-change-bugfix
Add AOT support fix to September's prerelease and October's release notes
2 parents 60a72cb + c90ee52 commit 8eb9f5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Added a new `SaveFileSecurityCheckStarting` event. Your app can register a hand
213213
###### SDK-only
214214

215215
* Using `CoreWebView2.AddWebResourceRequestedFilter` without a `CoreWebView2WebResourceRequestSourceKinds` parameter is now deprecated. See the .NET [CoreWebView2.AddWebResourceRequestedFilter Method](https://go.microsoft.com/fwlink/?linkid=2286319).<!-- points to WebView2Announcements -->
216+
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
216217

217218

218219
<!-- end of Oct 2024 Release SDK -->
@@ -492,6 +493,7 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
492493
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
493494
* Fixed a compatibility issue when calling `GetAvailableBrowserVersionString()` with an older `WebView2Loader.dll`. ([Issue #4395](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4395))
494495
* Fixed issues when compiling wv2winrt-generated code with the `cpp20` and `/permissive-` options.
496+
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
495497

496498

497499
<!-- end of Sep 2024 Prerelease SDK -->

0 commit comments

Comments
 (0)