Skip to content

v6.6.0

Compare
Choose a tag to compare
@seesharper seesharper released this 19 Sep 13:04
· 33 commits to master since this release
373ccce

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).

image

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