Skip to content
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

DotNet5.0 Compatibility #35

Closed
ibwStef opened this issue Jul 17, 2020 · 3 comments
Closed

DotNet5.0 Compatibility #35

ibwStef opened this issue Jul 17, 2020 · 3 comments
Assignees

Comments

@ibwStef
Copy link

ibwStef commented Jul 17, 2020

Tried upgrading to .net5.0 preview6 .

I get the following error: System.IO.FileNotFoundException : Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

After Installing Microsoft.Bcl.AsyncInterfaces from Nuget I get:
System.TypeLoadException : Could not load type 'Microsoft.EntityFrameworkCore.Query.Internal.IAsyncQueryProvider' from assembly 'Microsoft.EntityFrameworkCore, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

@romantitov romantitov self-assigned this Jul 22, 2020
@romantitov
Copy link
Owner

Hello @ibwStef, thank you for your feedback. I'm planning to add support .Net 5 after official release.

@romantitov
Copy link
Owner

@ibwStef I've made packages v5.0.0-preview.7 for new version of .Net 5 https://www.nuget.org/packages/MockQueryable.Moq/5.0.0-preview.7.
Also there is a special brunch https://github.com/romantitov/MockQueryable/tree/Dotnet5.0
For current moment this is all what can I do.

@ibwStef
Copy link
Author

ibwStef commented Jul 28, 2020

@romantitov Thank you, that is totally fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants