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

TypeLoadException when using JsonCacheSerializer in 1.0.0 #147

Closed
MichaCo opened this issue Apr 20, 2017 · 1 comment
Closed

TypeLoadException when using JsonCacheSerializer in 1.0.0 #147

MichaCo opened this issue Apr 20, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@MichaCo
Copy link
Owner

MichaCo commented Apr 20, 2017

Might happen if CacheManager.Core is only implicitly referenced. For reasons, nuget installs the beta package of 1.0.0.

image

Workaround
To work around this until it is fixed in 1.0.1, add a NuGet dependency to CacheManager.Core version 1.0.0. To either csproj or project.json.

<PackageReference Include="CacheManager.Core" Version="1.0.0" />
@MichaCo MichaCo added the bug label Apr 20, 2017
@MichaCo MichaCo added this to the 1.0.1 milestone Apr 20, 2017
@MichaCo MichaCo self-assigned this Apr 20, 2017
MichaCo added a commit that referenced this issue Apr 20, 2017
@MichaCo
Copy link
Owner Author

MichaCo commented Apr 20, 2017

Fixed in Release 1.0.1

@MichaCo MichaCo closed this as completed Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant