Giter VIP home page Giter VIP logo

Comments (9)

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Hello @schuettecarsten ,

Could you provide your project to make sure we try to debug it with your current setup?

So we will be sure that when the fix will be released, it will work with your model.

You can send it to: [email protected] if you need to keep the source private

Best Regards,

Jonathan


 
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus
 
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Hello @schuettecarsten,

Since our last conversation, we haven't heard from you.

Could you provide a full example of this issue on our email: [email protected]

Looking forward to hearing from you,

Jon

from entityframework-classic.

rmaenk avatar rmaenk commented on June 12, 2024

Hello,
I am not sure about your configuration, but just in case, try to specify ConfigSection for migrations like this:

    internal sealed class Configuration : DbMigrationsConfiguration<YourDBContext> {
        static Configuration() {
            Z.EntityFramework.Classic.EntityFrameworkManager.ConfigSectionName = "entityFrameworkClassic";
        }

If you use default "entityFramework" section - change code above accordingly
Regards,
Roman

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Thank @rmaenk for the answer ;)

It might be exactly the solution.

from entityframework-classic.

schuettecarsten avatar schuettecarsten commented on June 12, 2024

I will give it a try, thank you.

Meanwhile I moved back to EF6 with EF+ because there were too many side effects. So, testing this might take some time. I will close this issue,

from entityframework-classic.

schuettecarsten avatar schuettecarsten commented on June 12, 2024
internal sealed class Configuration : DbMigrationsConfiguration<YourDBContext> {
    static Configuration() {
        Z.EntityFramework.Classic.EntityFrameworkManager.ConfigSectionName = "entityFrameworkClassic";
    }

This did not help, unfortunately.

from entityframework-classic.

schuettecarsten avatar schuettecarsten commented on June 12, 2024

Hello @schuettecarsten ,

Could you provide your project to make sure we try to debug it with your current setup?

So we will be sure that when the fix will be released, it will work with your model.

You can send it to: [email protected] if you need to keep the source private

I sent you an email some days ago...

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Hello @schuettecarsten ,

We are sorry for the delay in our answer.

We have received your email and we are currently looking at the issue.

We will contact you via email.

Best regards,

Jon

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Thank you for the project,

We can successfully reproduce it. We will need to review the part of the migration under the .NET Standard.

However, it doesn't look to be a quick job as we will need to sync our repo with the official EF versions.

We currently need first to complete our code re-write for EF Core 5 which is coming soon.

from entityframework-classic.

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.