Skip to content

Migration from v8 to v9

Pawel Gerr edited this page Apr 29, 2025 · 1 revision

Smart Enums

  • Validatable Smart Enums are removed. Use discriminated unions (Options pattern) to model invalid items.

Entity Framework Core

  • Dropped support for EF Core 6.
Clone this wiki locally