Mark localization as supported in AOT.

pull/28905/head
Mitch Denny 2023-04-06 13:19:56 +10:00
parent 5391b61433
commit ae1e1fd17b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Not all features in ASP.NET Core are currently compatible with native AOT. The f
| CORS | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| HealthChecks | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| HttpLogging | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| Localization | | |<span aria-hidden="true"></span><span class="visually-hidden">Not supported</span> |
| Localization | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| OutputCaching | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| RateLimiting | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| RequestDecompression | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |