You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
It's a pretty core overload to creating middleware and it would be great if we could move it to the main assembly. We want to make a middleware template in VS that does the following:
Item templates can't add packages so we need to move the UseMiddleware to the core assembly. I'm not comfortable with making our core Http types rely on DI so maybe we make that thing shared source (just a piece of ActivatorUtilities we need). The other option is to change the template but we want to encourage DI by default. For sake of options:
It's a pretty core overload to creating middleware and it would be great if we could move it to the main assembly. We want to make a middleware template in VS that does the following:
Item templates can't add packages so we need to move the UseMiddleware to the core assembly. I'm not comfortable with making our core Http types rely on DI so maybe we make that thing shared source (just a piece of ActivatorUtilities we need). The other option is to change the template but we want to encourage DI by default. For sake of options:
The text was updated successfully, but these errors were encountered: