Skip to content

Commit 7286969

Browse files
Add SignalR to AOT (#33306)
* Add SignalR to AOT * Update native-aot.md * Update native-aot.md * Update native-aot.md
1 parent 3b1819e commit 7286969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/native-aot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Not all features in ASP.NET Core are currently compatible with Native AOT. The f
5151
| Minimal APIs | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
5252
| MVC | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
5353
| Blazor Server | | |<span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
54-
| SignalR | | | <span aria-hidden="true"></span><span class="visually-hidden">Not supported</span> |
54+
| SignalR | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
5555
| JWT Authentication | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
5656
| Other Authentication | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
5757
| CORS | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |

0 commit comments

Comments
 (0)