Skip to content

TypeLoadException when using JsonCacheSerializer in 1.0.0 #147

@MichaConrad

Description

@MichaConrad

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" />

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions