Diego Guidi
Diego Guidi
should probably be something like `public string[] Subdomains { get; set; } = new string[] { "a", "b", "c" };` instead of `public string[] Subdomains { get; set; } =...
just put some code [here](https://gist.github.com/DGuidi/f014dd1b2d503a96a67df826ca6d7c9b) Tested a bit and looks ok, feel free to use in any way you want.
All tests are green in my machine, except GDB tests (no src geodatabase available), and all the demo code looks ok. Main issues experienced: - LOT of code needed to...
## Expected Behavior swagger definition can be tested directly from swaggerui ## Actual Behavior http url is not valid, as seen also in curl example provided from swaggerui `curl -X...
When [mapping a model](https://github.com/yahehe/Nancy.Swagger/blob/1.4.3-stable/src/Nancy.Swagger/Services/SwaggerMetadataProvider.cs#L100) I think TypeMapping should be called, like in [SwaggerExtensions.ToDataType](https://github.com/yahehe/Nancy.Swagger/blob/1.4.3-stable/src/Nancy.Swagger/SwaggerExtensions.cs#L35)
Netcore
Ported master code to .NET Core 2.X I made some changes to behavior, too. We use this modified code in a project and everything looks ok, but feel free to...