Replies: 1 comment
-
Currently DAB isn't supported as an embeddable SDK within projects because changes we make would break dependent projects. This is still a good idea though that could be further explored.
Do you have any specific examples of integrations or DAB customization you think would be really helpful here that we could talk through? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suppose this is starting out as a question, but based on my cursory searching, is likely an idea...
Does DAB have any potential to be embedded inside of an existing ASP.NET Core application? For example, what if I'm already using HotChocolate for a GraphQL API so that I can write my own custom logic for mutations and do push. But now what if I would like to leverage DAB for all the pesky CRUD?
By extension, could there be some synergies with the rest of the .NET ecosystem like Entity Framework to help DAB be more out-of-the-box configurable?
Beta Was this translation helpful? Give feedback.
All reactions