Marcus Koch

Results 4 issues of Marcus Koch

### Description We implement keys with dedicated value objects, e.g. AccountId. In the configuration for the entity a converter is provided with HasConversion(). `entity.Property(e => e.Id).HasColumnName("AccountId").HasConversion(DBConverter_SharedKernel.AccountIdConverter);` It works fine with...

Swashbuckle.AspNetCore 6.5.0 Swashbuckle.AspNetCore.Annotations 6.5.0. .Net 7 ### Goal I was trying to **model bind multiple sources to a single class** and ignore some parameters with `[SwaggerSchema(ReadOnly = true)]`. I thought...

needs investigation

### Describe the bug For an endpoint that accepts a file, the title, and a description in multiple languages I use this method `public async Task UploadImage([FromForm] string title, [FromForm]...

upstream-swagger-ui
bug

Please excuse, if this is not the right spot to post. It is unclear if I just don't know how to use the api correctly, if swashbuckle is missing a...

help-wanted