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.34k stars 457 forks source link

Query : BinaryCacheSerializer with .Netstandard 2.0 #246

Closed shah-keyur closed 6 years ago

shah-keyur commented 6 years ago

Hi MichaMo,

I have observed that when no serializer is defined then the BinraryCacheSerializer will be used as default.

However, the code was wrapped when!Netstandard then only use BinaryCacheSerializer. When I test with.Netstandard 2.0 it works.

The comment also says "Binary serialization will not be available in some environments."

Can you explain in which environments it will not work? Or any specific reason to wrap the BinaryCacheSerializer into #If !Netstabdard.

Thanks, Keyur

MichaCo commented 6 years ago

see #221