-
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
Issue with running any application with EFCore #13956
Comments
@ravenboilinux Duplicate of #13268 |
I'm not convinced that this is a dupe, this problem seems different. @ravenboilinux looks like I can't reopen the issue on this repo, can you reopen it so we can continue the investigation here please? |
Also, as the next step of the investigation, if you could do either one of this two things it would be great: 1.- If you could provide a repro project I can try debugging the issue myself. (ideal) |
Here is the link to the repo that msbuild.binlog came from The solution file is InnerSanctum.sln under the servers folder. To easy test the issue I could recommend to run the TestDatabase Project vs the current startup project. The current startup project requires you to have the Photon Server sdk, from Exit Games, installed at the root of the C drive. |
any news on this issues? |
we haven't yet got the chance to debug this since we are now engaged with the 3.0 preview bugs, but this is definitely on my backlog so I will come back with an answer soon. |
@joperezr any news with issue? |
No news yet. Usually for issues like this we ask for simplified repros so that we can easily get a repro project and diagnose what is wrong. In your case, it is a fairly big project which also has some dependencies on external sdks. Is it at all possible to simplify the repro project? |
Closing this in favor of https://github.com/dotnet/corefx/issues/33643 or some other new issue filed where it should go, since this is external to the EF code. |
@ajcvickers |
@ravenboilinux All the cases in that issue are also targeting .NET Framework. |
Issue with loading the efcore dlls. Everytime I create a new project with efcore
Steps to reproduce
Create new solution .net framework
Complete the steps with Get started .net framework- new database
run the project
Here is a sample project for testing
Further technical details
EF Core version: 2.1.4
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Window 10 Pro
IDE: Visual Studio 2017 15.8.2
The text was updated successfully, but these errors were encountered: