dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.53k stars 10.36k forks source link

[Question] Refactor of Enumeration class to avoid using Reflection for .net 8 AoT #2151

Open barruka opened 1 year ago

barruka commented 1 year ago

.net8 AoT capability doesn't support Refection.

Is it possible to refactor Enumeration class avoiding using Reflection?