René Sackers
René Sackers
I was trying to run DMP in a Docker container, but it kept throwing `System.NotSupportedException: This protocol version is not supported.` on `TCPServer.Server.DualMode = true;`. If your system does not...
I've created a JSFiddle [here](http://jsfiddle.net/3qtazyqL/). When you drag _Item 1.1_ as child to _Item 2_, it does not trigger the "relocate" event. It does, however, when you change the order...
**Describe the bug** When generating a C# client using `NSwag.CodeGeneration.CSharp` an endpoint parameter accepting an abstract class, uses a sub-type as its parameter type in the generated C# client. I've...