❔ Help with record types and Ef Core
I have created an entity that uses several value objects. The value objects are all properties on the entity, and they are record types that contain validation login in the ctor, like so
The problem is that I run into this error when trying to build the Asp.net core app to generate a swagger json file
Here is a snippet of the ef core configuration for this property
Note: The entity class itself is a regular class.
Not sure how to proceed from here. Any help is appreciated.
The problem is that I run into this error when trying to build the Asp.net core app to generate a swagger json file
Here is a snippet of the ef core configuration for this property
Note: The entity class itself is a regular class.
Not sure how to proceed from here. Any help is appreciated.