This repo explains how to work with C# enumerators stored as text in the database
here is the complete article (portuguese 🇧🇷) 👇🏻👇🏻👇🏻
https://4future.com.br/index.php/2022/11/27/lab-armazenando-enums-como-texto/
- .NET 6
- Minimal API
- Restore nuget packages with
dotnet restore
- Run it with
dotnet run