Base solution for your next web application
Open Closed

Entity specific LookupTableDto & GetAllForLookupTableInput #5279


User avatar
0
chauey created

If we generate multiple entities with multiple lookup/related/FK entities, they will each have these generated. They conflict in swagger and we need to edit the code.

When in the future might I need these? Might it be better to change the generator to just have a single generic one for each, and the dev can add/extend when needed?

The more we generate, the more code we need to fix. Thought on how this will play out, current plans? Thanks.


1 Answer(s)
  • User Avatar
    0
    yekalkan created

    See <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1049">https://github.com/aspnetzero/aspnet-ze ... ssues/1049</a>