v0.16.0
馃啎 Added Protobuf support
A new serializer is now available in its own package, to support the Protobuf serialization format.
It is based on of the most used Protobuf serializers on .NET: protobuf-net (repo here) by @mgravell : thanks for your hard work!
馃悶 Added some [DebuggerDisplay] usages
Some class have been decorated with the [DebuggerDisplay] attribute, for a better debugging experience.
馃挭 Better nullability annotations
Some methods and properties have been decorated even better with nullability annotations, so that static flow analysis can help us catch even more potential NREs (null reference exceptions).
馃惖 Chaos may also mean typos
I never noticed that and, since it is only used internally, nobody really paid any attention to that but the community user @luizhtm was spot on in noticing a typo in the Fusio(n)CacheChaosUtils utility class: a missing "n"!
Now there's the correct one with the right name, but temporarily the old one also remains: the entire class and every method inside has been marked as [Obsolete] with an explanation of the issue and how to correct any reference.
Thanks again @luizhtm !
馃摃 Xml Docs
Added a couple more helpful descriptions.