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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
插件如何 注入服务,以及添加 Middleware
Describe the solution you'd like
A clear and concise description of what you want to happen.
publicinterfaceIStartupPlugin:IPlugin{/// <summary>/// This method gets called by the runtime. Use this method to add services to the container./// </summary>/// <param name="services"></param>voidConfigureServices(IServiceCollectionservices);/// <summary>/// This method gets called by the runtime. Use this method to configure the HTTP request pipeline./// </summary>/// <param name="app"></param>/// <param name="env"></param>voidConfigure(IApplicationBuilderapp);}
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
插件如何 注入服务,以及添加
Middleware
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Middleware
目测必须重新组建,因此没法热插拔,可以考虑对实现了IStartupPlugin
插件,进行重启Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: