-
Notifications
You must be signed in to change notification settings - Fork 255
Add AddRangeAsnyc
to specification repository base and ef6/efcore repositories
#239
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
Add AddRangeAsnyc
to specification repository base and ef6/efcore repositories
#239
Conversation
Hey @MarkusGnigler, Would you mind resolving the merge conflicts? It seems you're not working on the last state of the main branch (See SaveChanges, it should return int). |
Hy @fiseni , oh sry it's my bad, i merged the main branch today and thought i was on the current state. |
Thanks @MarkusGnigler |
Closes #234 |
Perhaps you should do a dotnet clean, delete the obj folders manually if necessary. Something got messed up locally. |
It was a problem with long paths as it suggested in the error message. New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force |
Hi, when do you plan to release this feature? |
Related to #234