Skip to content

Extract IIdentifiable and annotation attributes (Attr, HasOne, etc.) into separate package #730

Closed
@ikirkpat

Description

@ikirkpat

Description

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.

We are using JADNC 3.1 with .NET core 2.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions