Crypter-File-Transfer / Crypter

A Blazor WASM web application that offers end-to-end encrypted file and message transfer using Libsodium, Entity Framework, Hangfire, Docker, NUnit, and Mailkit.
https://www.crypter.dev
GNU Affero General Public License v3.0
37 stars 15 forks source link

Store enums as strings in the DB, instead of int #692

Closed Jack-Edwards closed 5 months ago

Jack-Edwards commented 5 months ago

Store the string representation of C# enums in the database, rather than the corresponding integer values.

Attempt integer parsing within relevant HasConversion blocks for backwards-compatibility.