MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.33k stars 458 forks source link

The value of the property 'type' cannot be parsed. The error is: The type 'CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1, CacheManager.SystemRuntimeCaching' cannot be resolved... #289

Closed natiki closed 4 years ago

natiki commented 4 years ago

Hi,

I used a config from https://github.com/MichaCo/CacheManager/blob/dev/test/CacheManager.Tests/Configuration/configuration.valid.allFeatures.config but am getting the exception as per the title:

image

Any pointers here as to why the type cannot be resolved/

natiki commented 4 years ago

My bad - I had not added the CacheManager.SystemRuntimeCaching to my test harness. Only took me an hour to figure that out ;-)