-
Resource-first documentation shows grouping (nesting) of resources. Is this possible with the code-first approach? |
Beta Was this translation helpful? Give feedback.
Answered by
earloc
May 21, 2025
Replies: 1 comment 1 reply
-
Nope. Code-First does not support this atm. At least this was the reasoning, to leave this out there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zigzag312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope. Code-First does not support this atm.
Intended usage would be, to weave together such groupings in ordinary POCOs, leveraging boring composition.
At least this was the reasoning, to leave this out there.