-
Notifications
You must be signed in to change notification settings - Fork 27
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
The Getting Started guide does not work well #152
Comments
Also trying to test this int a net7.0 project without success. |
What I have found recently: Further investigation shows that one of the breaking changes in EF Core is in 'ICSharpHelper' , namely 'ICSharpHelper.Fragment'. ave not looked deeper, whether it's changed or removed or moved somewhere else, not sure. Would be nice to see the fix in EFCore.FSharp soon. I could help within my humble knowledge, but, realistically, not much :) |
I also had this problem, and manually editing the
|
Describe the bug
Follow https://github.com/efcore/EFCore.FSharp/blob/master/GETTING_STARTED.md, and
dotnet ef migrations add Initial
fails.To Reproduce
I will share the actual repository where the error occurred.
https://github.com/eagle-k/FsEfTest
Expected behavior
dotnet ef migrations add Initial
succeeds.Desktop (please complete the following information):
Additional context
dotnet ef dbcontext info
succeeds.The text was updated successfully, but these errors were encountered: