develop
Updated NuGet packages
Fixed #5015 - States and Events from state machine base classes are now properly initialized
Apply Assert.Multiple
Adding AddTelemetryListener() along with AddMassTransitTestHarness will output a telemetry graph at the end of the unit test
Add NUnit.Analyzer, rework test assertion recommendations
More NUnit4 preparation changes
Fixed flaky timing specific test
State machine faults events on message types that are automatically correlated by interface or convention are now also automatically correlated
Cleanup using
Reverted previous AnyReceived change, removed exception catch in JobAttemptStateMachine to avoid swallowing an exception so that things retry properly.
Fixed #3807 - added ability to configure redelivery for completed/faulted events that arrive prior to the started event
Fixing InMemory_Specs
Added default correlation of Schedule message if supported
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Fixed #3262 - missing extension methods for trigger event requests