Search code examples
Can I access the AuthenticateResult.Fail exception parameter in other middleware?...


asp.net-core-mvcasp.net-core-middleware

Read More
'InvalidOperationException: Unable to resolve service for type' exception thrown while tryin...


exceptionasp.net-core-webapimiddlewareasp.net-core-middleware

Read More
Single app.UseWhen vs multiple app.UseWhen...


c#asp.net-coremiddlewareasp.net-core-middleware

Read More
ASP.NET Core 8 - UseWhen and pass HttpContext as parameter...


c#asp.net-core-middlewareasp.net-core-8

Read More
ASP.NET Core MVC filter analogue for gRPC service...


c#asp.net-coregrpcasp.net-core-middleware

Read More
ASP.NET Core - CORS error when posting the request despite allowing all origins...


c#asp.net-coreasp.net-core-mvccorsasp.net-core-middleware

Read More
No service for type has been registered...


c#asp.net-coreasp.net-core-middleware

Read More
Object as a Scoped Service, With Values being Set in Middleware, Sometimes Remains Null...


asp.net-coreasp.net-core-middlewareasp.net-core-8

Read More
ASP.NET Core modify/substitute request body...


c#asp.net-core.net-coreasp.net-core-middleware

Read More
Stop request in CookieAuthenticationEvents.OnValidatePrincipal after response body has been written ...


c#asp.net-coreauthenticationcookiesasp.net-core-middleware

Read More
Access response body in middleware unit test...


c#.netunit-testingasp.net-core-middleware

Read More
Cannot access a disposed object in Entity Framework...


c#entity-framework.net-coreasp.net-core-webapiasp.net-core-middleware

Read More
Serilog logging web-api methods, adding context properties inside middleware...


asp.net-coreasp.net-core-webapiserilogasp.net-core-middleware

Read More
Modify middleware response...


asp.net-core.net-coreasp.net-core-middleware

Read More
Redirect to login from .NET Core auth middleware...


asp.net-core.net-coreasp.net-core-middleware

Read More
Access denied when adding rule to Windows firewall (INetFwPolicy2) with C# from Core Middleware prog...


c#permissionswindows-firewallasp.net-core-middleware

Read More
In asp.net core, why is await context.ChallengeAsync() not working as expected?...


c#asp.net-coreopenid-connectasp.net-core-middleware

Read More
Modifying `Request.Path` via middleware in an ASP.NET Core Web API project does not change the contr...


c#asp.net-core-webapimiddlewareasp.net-core-middleware

Read More
Create Ocelot middleware in c#...


c#.netasp.net-coreasp.net-core-middleware

Read More
Inline middleware doesn't work in Asp.Net WebApi template project...


asp.net-coreasp.net-core-webapiasp.net-core-middleware

Read More
Prometheus not Scraping Custom Metrics (prometheus_demo_request_total) from ASP.NET Core Application...


prometheusmiddlewareopen-telemetryasp.net-core-middleware

Read More
Capture Events From Microsoft.Identity.Web Login/Logout...


asp.net-core-3.1asp.net-core-middlewaremicrosoft-identity-web

Read More
Use health check middleware in .NET Core Generic Host...


asp.net-core.net-coreasp.net-core-2.2asp.net-core-middleware.net-core-2.2

Read More
Returning multiple implementations of same interface from Abstract Factory with ASP.NET Core...


asp.net-coredependency-injectionmultiple-instancesasp.net-core-middlewareabstract-factory

Read More
RequestDelegate as discard parameter in custom middleware class...


c#asp.net-coreasp.net-core-middleware

Read More
Using different loggers or logging configurations in .NET 7 API...


c#.netlogging.net-7.0asp.net-core-middleware

Read More
ASP.NET C# WebApp passing named parameters to custom middleware using app.UseMiddleware...


asp.net-core-middleware

Read More
ASP.NET Core - Can UseSession() be used before UseAuthentication() and UseAuthorization()?...


c#asp.net-coreasp.net-core-middleware

Read More
ASP.NET Core Localization with help of SharedResources...


asp.netasp.net-coreasp.net-core-middlewareasp.net-core-localization

Read More
How can I read a chunked request in a middleware?...


c#asp.net-mvcasp.net-coreasp.net-core-middleware

Read More
BackNext