CacheManager icon indicating copy to clipboard operation
CacheManager copied to clipboard

Infer `RequiresSerializerAttribute` from `ICacheSerializer` in the constructor arguments

Open ndrwrbgs opened this issue 4 years ago • 0 comments

Since having that argument means the handle requires a serializer for sure (rather than if it, say, read from the configuration), we could provide the same error visibility for handles that miss the attribute just by checking the arguments on the ctor.

https://github.com/maldworth/CacheManager.FileCaching/issues/5

ndrwrbgs avatar Nov 01 '19 23:11 ndrwrbgs