.NET Razor Model Having Issues with BaseModel #33559
Unanswered
theIceflow
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a new developer and I have combed the internet but have discovered nothing that can help me.
I am having issues implementing BaseModel into my class. When I do so and create a new scaffolding item, I receive the error message that refers to the ClientOptions.Headers not being able to determine the relationship. When I remove the BaseModel inherited class from my model, I am able to create scaffolding but it doesn't seem right that I am not able to create a scaffolded item when the BaseModel inherited class is present.
Beta Was this translation helpful? Give feedback.
All reactions