v6.6.0
Change Log
v6.6.0 (09/12/2022)
Full Changelog
Merged Pull Requests
Disable nullable explicitly (09/12/2022) #572 (Pliner)
Hey,
We use LightInject(a source code package) as a built-in container for EasyNetQ.
We started a migration to Nullable Reference Types recently and observed build warnings because LightInject doesn't support them(and this is fine).
Could you consider adding #nullable disable
pragma? It looks like the simplest way how these warnings could be suppressed.
Anyway, thanks for LightInject 🚀
Asyncdisposable (09/12/2022) #573 (seesharper)
This PR adds support for IAsyncDisposable