Is it possible to reuse types from shared contract assembly?
Currently, on the client side, types are generated from swagger json. I would like some of them to be reused from shared assembly.
Went through SwaggerGenOptions but found nothing except MapType which does not seem to be what I am looking for.