Giter Club home page Giter Club logo

abp.relateddtoloader's People

Contributors

blackwins avatar gdlcf88 avatar itryan avatar znow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

abp.relateddtoloader's Issues

label:question Does this work for lists? Such as (1) book might have (n) Authors?

Basically I have many lists where I need to return ALL authors who wrote Book XYZ.

For example, if Book XYZ has (3) Authors, when I query Book XZY, I need all (3) child authors in the collection to be returned.

From looking at the code, I do not think this feature is included. I wanted to ask to confirm if its included or not. Thanks

label:question

Dto cache

Provides an option to store DTO data using distributed caching.

An item with the same key has already been added. Key: 3d10e529-9b0b-7353-2ef6-39f4eba425d5

An exception occurs in line 122 of the RelatedDtoLoader class: An item with the same key has already been added. Key: 3d10e529-9b0b-7353-2ef6-39f4eba425d5, after debugging, it is found that the value of the Dictionary key is duplicated, so idsToLoad should be deduplicated,
I changed the code to the following to be normal
var idsToLoad = keyProviderWithIds.Values.Where(x => x != null).Distinct().ToArray();
Hope your team can solve and update
Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.