zzzprojects / EntityFramework-Classic

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
https://entityframework-classic.net
Other
103 stars 27 forks source link

this.Configuration not availalbe in .net core 6 for soft delete #65

Closed kingsanu closed 1 year ago

kingsanu commented 1 year ago

I using your trial version of EF classic for soft delete, here i can't find this.Configuration.

image

don't know who's this issue from whose side?

=== Also plz let us know what we can do if we use database first approch, because all the time it removed when we scaffold from database first

JonathanMagnan commented 1 year ago

Hello @kingsanu ,

Do you think you could create a runnable project with the issue? It doesn’t need to be your project, just a new solution with the minimum code to reproduce the issue. You can send it in private here: info@zzzprojects.com

We have an example online in .NET6, so I'm not sure to understand what is missing: https://dotnetfiddle.net/dnuxaL

With your second question, we currently believe you are using EF6 with EF Classic but that's one or other since EF Classic is a fork of EF6.

kingsanu commented 1 year ago

I'm sorry to let you know that i'm using .net core 6 with EF core, so this.Configuration is not availalbe here.

JonathanMagnan commented 1 year ago

Hello @kingsanu ,

Unfortunately, you cannot use EF Classic if you are using EF Core. So indeed, this configuration is not available in your case.

Best Regards,

Jon