Cody Confer

Results 2 issues of Cody Confer

When types that are loaded for schema generation exist in a netstandard2.1 library, the pipeline task crashes with TypeLoadExceptions. The tooling still works after reverting target framework to netstandard2.0. Issue...

This tool does a great job representing datetime and datetimeoffset in swagger, but timespan does not match newtonsoft's default output. Expected result: ```json "timeSpanProp": "00:00:00" ``` Actual result: ```json "timeSpanProp":...