-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Failure adding NuGet ref to EF.Relational.FunctionalTests from release branch #2680
Comments
Possibly related to #2457 (but I am using a RTM Azure image) |
Removing the project reference to the product DLL, and removing all previuos NuGet references seems to have "fixed" it |
Yeah, I saw something similar. I need to dig into it; I think one of our dependencies is violating aspnet/dnx#2031. |
@ErikEJ anything outstanding from your side here? |
Yes, as it makes upgrading based on daily builds very cumbersome, error prone and time consuming |
Found it. This is an issue with the Microsoft.Framework.Logging package. |
😄 Fixed now, thanks a lot! |
Using EntityFramework.Relational.FunctionalTests.7.0.0-beta6-13815 from the MyGet release feed at https://www.myget.org/gallery/aspnetrelease with Visual Studio 2015 RTM on brand new VM.
Getting error when adding to test project targeting .NET 4.6:
(Can add EF.Relational reference to Projects targeting .NET 4.5)
This is blocking me from being able to build a beta 6 release of the SQLCE EF provider (well, I can build the product DLLs, but not run any tests 👎
The text was updated successfully, but these errors were encountered: