kovman

Results 4 issues of kovman

Hi, I have read, that private constructors are not available because of speed (reflection etc.). In my case, I have private constructors and factory, that can create any available object....

Hi, the library `Swashbuckle.AspNetCore.Filters` and interface `IExamplesProvider` witth attribute `SwaggerRequestExample` will not apply to swagger Thanks

Hi, I have used Required attribute, Email validation attribute, marked disable null for property but no error gets fired with `RequestBodyType`. What should I do? Thanks

Hi, my model has a property I wanted to rename for serialization. I tried JsonProperty and DataMember but swagger will not get updated. When I change property name it updates....