NSwag.AspNetCore.SwaggerExtensions.UseSwaggerUi is marked withObsolete attribute. So, I try to follow instruction and change it with AddSwaggerDocument, UseSwagger and UseSwaggerUi3. However, generated swagger document differs from previous one: now complex parameters for GET methods are not flattened. FromQuery attribute could fix this, but I use custom IModelBinder. Any suggestions?
NSwag.AspNetCore.SwaggerExtensions.UseSwaggerUi is marked withObsolete attribute. So, I try to follow instruction and change it with AddSwaggerDocument, UseSwagger and UseSwaggerUi3. However, generated swagger document differs from previous one: now complex parameters for GET methods are not flattened. FromQuery attribute could fix this, but I use custom IModelBinder. Any suggestions?