-
On Examining the threads which were taking high CPU, it was found out that all of those threads are stuck in accessing a Dictionary.
![highcpu](https://cloud.githubusercontent.com/assets/19728219/2…
-
I might be missing something, but it seems to me that I can push middlewares at the beginning of the stack, before the routes are evaluated; but once a route is matched, the response is sent directly …
-
Is it possible to enable the HttpGateway along with Swagger under the "old" .NET Framework? I assume it needs some middleware (Owin?)? I was able to install the nuget but not sure what's the next step…
-
I've configured multiple OpenID Connect middlewares, each having a different value for `OpenIdConnectAuthenticationOptions.AuthenticationType`, and registered with: `app.UseOpenIdConnectAuthentication…
-
Hello,
Sometimes I get this exception when writing the response to the response body stream.
```
Exception info dump:
System.IO.IOException ---> System.Net.HttpListenerException: The I/O operati…
-
The extension has severe bugs when it comes to dealing with Owin. I would strongly recommend everyone to stay away from this until these bugs have been fixed.
The `OwinNinjectDependencyResolver` crea…
-
Adding the Microsoft.Owin package to a netstandard2.0 or netcoreapp2.0 project:
![image](https://user-images.githubusercontent.com/3176632/29110555-e901463a-7cde-11e7-8a21-2ebeae59ef3b.png)
Will…
-
Dear, IdentityServer developers.
I start using IdentityServer to share logged users' info between web applications.
Our solutions' stack has plenty of ASPX WebForms-based applications and few projec…
-
_From @rkdrnfds on March 29, 2018 6:43_
Request handling extremely slows down on concurrent requests
```
[Route("Test")]
public class TestController : Controller {
[HttpGet("DoNothingGe…
-
Moving bug from the [codeplex](http://katanaproject.codeplex.com/workitem/440) as it is still an issue for us with no easy solution.
If you develop OWIN middleware for monitoring you need to use `T…