flow_state
❔ Help with record types and Ef Core
Sorry for the misunderstanding, but I tried that as well and got same error
Unhandled exception. System.AggregateException: One or more errors occurred. (No suitable constructor was found for entity type 'DisplayName'. The following constructors had parameters that could not be bound to properties of the entity type: cannot bind 'value' in 'DisplayName(string value)'; cannot bind 'original' in 'DisplayName(DisplayName original)'.)
30 replies
❔ Help with record types and Ef Core
For context, i'm using this example https://github.com/devmentors/MySpot/blob/master/src/MySpot.Infrastructure/DAL/Configurations/VehicleReservationConfiguration.cs as a guide, and I've seen this pattern replicated in various repos
30 replies