develop
Massive file cleanup
Change PlatformNotSupportedException to NotSupportedException to catch other platform-related errors
Added cloud provider telemetry
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Huge push towards optimization on startup, state machines, type discovery, caching, and the consume pipeline. Rebuilt the dispatch filter as a consume context filter for message type dispatch.
Fixed #5676 - redesigned the implemented interface cache to follow the original order (mostly)