Philosophy of Microsoft if basically "Power to the...
# package-development
d
Philosophy of Microsoft if basically "Power to the people(developers)", So packages should not add middleware of services implicitly but provide extension methods to add services/config/middleware that developers can explicitly call in their own startup. The IComposer exposing the servicecollection and pipelinefilters and using a "hack" to use IHostingStarup interfaces differently then intended thus goes against that philosophy.