You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive me if this is a duplicate request but I couldn't find an answer...
We have a set of models that we're moving to an external package for other non-JADNC projects to use. They were originally in our JADNC app and had JADNC schema attributes on them (IIdentifiable, Attr, HasOne, etc...). We need to be able to apply a JADNC schema on them from our JADNC app while they live in another project that does not reference JADNC.
If there already is a solution, would someone point me to it?
I know EFCore solves this by providing their Fluent Api. Something like this would be a huge help in helping us decouple our models from the infrastructure layer of JADNC.