You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwaggerParser moved to runtime assembly (and exposed as API to library users) - #90
Added runtime dependency on YamlDotNet
Removed dependency on FSharp.Data/JsonValue (replaced by JSON.NET)
Added full-init constructor for provided types #91
Option/Nullable types for not required properties #93
Http.fs is moved to SwaggerProvider.Runtime.dll and nicePascalName applied to provided types, because FSI cannot load types with special characters in name (like [ and ]) - fix for #94
Added ability to generate multiple clients (one per controller) This feature is turned off by default and is controlled by IgnoreControllerPrefix parameter #45
Supported parsing of schemas with inheritance in types defined inside operation parameters
Added Async & Task-based calls for the Operations #21
Do not reference design-time assembly when install from nuget #104
Migration to HttpClient-based communication #105#100