-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`System.TypeLoadException: Could not load type 'Microsoft.EntityFrameworkCore.Metadata.DeleteBehavior' #44
Comments
I ran into the same problem. Did you figure it out? |
I'm guessing this is related to the library not supporting .net standard 2.0. |
I had to build my own version of the package to get rid of this one. I couldn't sit and wait for @EvAlex to fix it for me 😄 |
@mpartipilo you built a .net standard verison? care to share it? i couldnt get it to work! |
Yes. Got it working and fixed a bug in the process.
Will share in about 30 minutes.
Michelangelo P.
… On 5 Jan 2018, at 18:35, Ryan E ***@***.***> wrote:
@mpartipilo you built a .net standard verison? care to share it? i couldnt get it to work!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@redwards510 Here it is: https://github.com/mpartipilo/ef-db-diagrams Let me know if it works out. |
@mpartipilo Thanks - worked great for me! |
Hi, When I launch db-diagrams url I got: Failed to load database model. When I launch db-diagrams/model url I got:
I also created application in dotnet core 2.0 and there is the same error:
These are my packages (in dotnet core 2.0 app):
Does anyone know what I'm doing wrong? |
is there a prebuilt nuget package using this source? |
Hello .. How do i replace this with the one i downloaded from nugget |
I can't see any diagram. When I go to /db-diagram I get the following exception. It seems to have something to do with Json serialization within the project. My model seems ok, and I tried adding this configuration option to ConfigureServices() on Startup.cs
Maybe my model is somehow incorrect, but i can't figure out what the offending Entity Is. Any ideas? The exception is thrown in the Static Files middleware.
The text was updated successfully, but these errors were encountered: