-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dependency conflict #4680
Comments
Managed to reproduce it again. Please pull latest changes from repository mentioned above |
@davidfowl @anurse can you guys take a quick look at this? Should this move to the CLI repo? Or tooling? |
BTW I set up a quick mtg for Monday to discuss this. |
@pantonis we looked into this issue and it turns out to be an issue with .NET CLI and NuGet. I moved the bug to here: https://github.com/dotnet/cli/issues/3205 Thanks, |
Is there any workaround? I m currently blocked and cannot start working on my project. Deadlines are pushing me. Thanks. |
@pantonis I think that if you wrap the project manually by creating your own |
@Eilon project.json in a .net class library? |
@pantonis you'd have something like this:
|
Thanks. I have more than 10 class libraries. This will cause me a mess. Please fix the problem as soon as possible because I think the majority of people will have same problem. I already saw a lot of people complaining on the same problems with .csproj and .xproj incompatibilities. |
@pantonis indeed, I agree this bug is very cumbersome to work around. I recommend adding a comment to https://github.com/dotnet/cli/issues/3205 to further voice your urgency. |
Hi all, is this problem resolved yet? Thanks. |
This f'in ridiculous! I've now spent the entire afternoon trying to understand why a reference added using the "Add Reference" in Visual Studio works, yet simply adding the example same declaration directly in the project.json doesn't. |
@sayedihashimi @BillHiebert @barrytang do you guys know the right place to track the status of this work? The Tooling repo? A CLI repo? Another place? |
Ah, it seems that NuGet/Home#2865 is the right place to track the status of this fix. Please add your thoughts to that issue if they're not already tracked there. Thanks! |
I am not sure what is the reason but I am suspecting a Newtonsoft dependency conflict. I have an asp.net core rc2 web app (.net framework) and a class library with entity framework core installed. When I run the app I get following error
You can find the app here
https://github.com/pantonis/AspNetRC2EFCore
The text was updated successfully, but these errors were encountered: