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
IServiceCollectionExtensions.AddMiddleware -> make a more specific optional AddRequestThrottling that allows a project to 'enable' rate limiting functionality. Should not remain as generic AddMiddleware
IServiceCollectionExtensions.ConfigureRewriteOptions - Should be either bundled with another similarily named or pulled into its own that spells out what rewrite options it is configuring. Not kept generic
IServiceCollectionExtensions.ConfigureRouteOptions - Same as above, should be grouped with similar and explicitly named functionality around localization
There are a few key extension methods we heavily use across projects that could be extracted into the
AndcultureCode.CSharp.Web
package.AddRequestThrottling
that allows a project to 'enable' rate limiting functionality. Should not remain as genericAddMiddleware
The text was updated successfully, but these errors were encountered: