develop
Fixed #3344 - added internal code analysis types for NETSTANDARD2.0 and NET462 builds to allow proper nullable output types for analyzer
Adding multiple framework support for net461, netstandard2.0, netstandard2.1, and net6.0 where appropriate
Binary serializers (BSON, encrypted) can now be stored as Base64 strings, making them compatible with the message scheduler
Fixed #5692 - Reworked the interactions with connection/channel shutdown for RabbitMQ to run asynchronously
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Replace Array.Empty with collection expression
Massive file cleanup
Related to #3490 - Changed EF Core object property serialization so that it should work with Newtonsoft, Also Azure Table storage