Skip to content

Commit

Permalink
Add SignalR to AOT (#33306)
Browse files Browse the repository at this point in the history
* Add SignalR to AOT

* Update native-aot.md

* Update native-aot.md

* Update native-aot.md
  • Loading branch information
Rick-Anderson authored Aug 12, 2024
1 parent 3b1819e commit 7286969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/native-aot.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Not all features in ASP.NET Core are currently compatible with Native AOT. The f
| Minimal APIs | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| MVC | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
| Blazor Server | | |<span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
| SignalR | | | <span aria-hidden="true"></span><span class="visually-hidden">Not supported</span> |
| SignalR | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| JWT Authentication | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| Other Authentication | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
| CORS | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
Expand Down

0 comments on commit 7286969

Please sign in to comment.