Pascal COLIN

Results 3 issues of Pascal COLIN

With NSwagStudio, when i try to import a Swagger Specification with an url, i get an error because i'm pointing to a development server, who doesn't have a trusted certificate...

type: enhancement
help wanted

If 2 types have the same discriminator, you will get a duplicate key error. For reproduction add to DiscrinatorTests : ```C# public class BaseObjectResponse { public int Id { get;...