From 7286969d3fc9cfbe12d41f3c898b30f491d9ea28 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:00:18 -1000 Subject: [PATCH] Add SignalR to AOT (#33306) * Add SignalR to AOT * Update native-aot.md * Update native-aot.md * Update native-aot.md --- aspnetcore/fundamentals/native-aot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/native-aot.md b/aspnetcore/fundamentals/native-aot.md index 20a1c4d564c5..9d7cc7b83e19 100644 --- a/aspnetcore/fundamentals/native-aot.md +++ b/aspnetcore/fundamentals/native-aot.md @@ -51,7 +51,7 @@ Not all features in ASP.NET Core are currently compatible with Native AOT. The f | Minimal APIs | | Partially supported | | | MVC | | | Not supported | | Blazor Server | | |Not supported | -| SignalR | | | Not supported | +| SignalR | | Partially supported | | | JWT Authentication | Fully supported | | | | Other Authentication | | | Not supported | | CORS | Fully supported | | |