develop
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
AggregateException should be recognized by the ExceptionFilter and properly inspected to determine if an exception should be handled or ignored.
ExceptionType on JobConsumer fault is not properly carried over from the JobFaulted message to the Fault<T> message.
Adding nullability to abstractions, and fixing warnings
Fixed #2295 - Remove completed endpoints from health check, not super easy at all!