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

netstandard version of nuget package #43

Closed
sergevm opened this issue Oct 21, 2020 · 3 comments
Closed

netstandard version of nuget package #43

sergevm opened this issue Oct 21, 2020 · 3 comments

Comments

@sergevm
Copy link
Contributor

sergevm commented Oct 21, 2020

Hi,
We are in the process of migrating a net472 solution to .net core, and because we have an existing database, we decided to stick to EF6.4.4 for now, at least until .net core 5 is out with accompanying EF core version.

I noticed in the build output of our solution that there's no net standard support included in the nuget package, and I was wondering if there is a particular reason for that? Is it a matter of someone creating a pull request for this (could be me for instance :-))?

If I test right now, I get an exception System.RuntimeType is not serialisable, and I was guessing that this somehow could be related ...

Thanks

@sergevm
Copy link
Contributor Author

sergevm commented Oct 21, 2020

I locally built a nuget package with a netstandard2.0 configuration, and found that the issue I face is unrelated to the lack of netstandard configuration in the official package.

The exception I get is a serialization exception on System.RuntimeType, stating it is not serializable. Still in the process of trying to figure this one out :-).

@sergevm
Copy link
Contributor Author

sergevm commented Oct 21, 2020

I found a github issue on the dotnet runtime github repo, and created an issue on the EFCache repo: moozzyk/EFCache#50

@sergevm
Copy link
Contributor Author

sergevm commented Oct 21, 2020

PR created moozzyk/EFCache@0c46523

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