-
Suddenly every usage of ef started throwing the following exception:
```
System.Data.Entity.Core.EntityCommandCompilationException: An error occurred while preparing the command definition. See th…
-
Hello!
In order to transmit header value to all my APIs, I used settings.GeneratorSettings.DocumentProcessors.Add(new SecurityDefinitionAppender with app.UseSwaggerUi.
```
app.UseSwaggerUi(typ…
-
Hi @RSuter ,
I am trying use swagger according https://github.com/RSuter/NSwag/wiki/OWIN-Middleware.
There is no sample for it, so I build one by myself.
There are two alternative…
-
Hi,
I am trying to configure NSwag according the tutorial https://github.com/RSuter/NSwag/wiki/OWIN-Middleware.
However, after I did everything I can do, when I try to access my http://myserv…
-
Hello,
First of all, thank you very much for the Asp.Net and Katana!!!
I'm not entirely sure if this is an issue with WebApi or Katana or with the integration bits.
The environment is the fol…
-
Documentation covers how to configure owin to cover not only browser client requests using actively [ or passively ] acquired session cookie authentication, what is covered in this documentation so fa…
-
I use SignalR 2.1.0 self-hosting applicationon (JS-client, long-polling transport, CORS) on Mono (Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)), Ubuntu 14.04. After onDisconnected call…
-
Seen while writing integration tests for Google.Cloud.Diagnostics.AspNet using a self hosted Web API application, will probably happen as well for self hosted Asp.Net MVC applications.
[Google.Clou…
-
Request handling extremely slows down on concurrent requests
```
[Route("Test")]
public class TestController : Controller {
[HttpGet("DoNothingGet")]
public void DoNothingGet() …
-
Side note: Microsoft suck at naming stuff :)
tusdotnet runs just fine on ASP.NET Core on both .NET Framework and .NET Core (the actual runtimes). The problem is that since we use build targets to …