Giter VIP home page Giter VIP logo

Comments (8)

leonardoporro avatar leonardoporro commented on June 5, 2024

Hi @traiannemes, sorry for the late response.
It seems that the mapper is interpreting byte[] as a collection of entities. I will add a fix in the next versions. Meanwhile, do this as a workaround:

`
optionsBuilder.UseDetached(cfg =>
{
cfg.Primitives.Add(typeof(byte[]));
});

AppDbContext line 11 of your sample.
`
Thanks for the feedback

from detached-mapper.

traiannemes avatar traiannemes commented on June 5, 2024

Thank you and much appreciated, I am looking forward to a fix for this in the upcoming releases. Detached mapper has been a life saver for my projects, so much easier and less code.

from detached-mapper.

leonardoporro avatar leonardoporro commented on June 5, 2024

Awesome...
I'm adding more features and building a wiki here.
It's a lot of work!
Reading docs, recommending the library, writting code for it or anything else is much appreciated!

from detached-mapper.

leonardoporro avatar leonardoporro commented on June 5, 2024

This should work for 7.0.0 (still compatible with .net 6)

from detached-mapper.

traiannemes avatar traiannemes commented on June 5, 2024

It's not working for me with the same example attached to this issue. I am getting the same error message.

from detached-mapper.

leonardoporro avatar leonardoporro commented on June 5, 2024

Sorry, on it just right now.. there are 2 scenarios in which this could happen, I fixed only one

from detached-mapper.

leonardoporro avatar leonardoporro commented on June 5, 2024

Uploaded 7.0.1
For a free lib, you can't say that the support is slow :)

from detached-mapper.

traiannemes avatar traiannemes commented on June 5, 2024

That I will never say :) Thank you, it's working like a charm now :)

from detached-mapper.

Related Issues (20)

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.