Tom Ellis
03/30/2019, 6:48 AMdave
03/30/2019, 10:04 AMasSchema()
, can you clarify? The implementation of that extension method is entirely private inside OpenAPI
, so I think it may be entirely irrelevant if you're implementing your own RendererTom Ellis
03/30/2019, 10:20 AM$hash
. We can’t use this as clients want to generate libraries using the swagger json, and the names that get generated obviously don’t play nicely with thatdave
03/30/2019, 10:32 AMHttpMessageMeta
class and allow you to define your own implementation which had this optionTom Ellis
03/30/2019, 10:33 AMdave
03/30/2019, 10:34 AMTom Ellis
03/30/2019, 10:34 AMdave
03/30/2019, 10:35 AMTom Ellis
03/30/2019, 10:35 AMdave
03/30/2019, 10:36 AMTom Ellis
03/30/2019, 10:36 AMdave
03/30/2019, 10:36 AMTom Ellis
03/30/2019, 10:36 AMdave
03/30/2019, 10:45 AMTom Ellis
03/30/2019, 11:24 AMdave
03/30/2019, 11:42 AMTom Ellis
03/30/2019, 11:43 AMdave
03/30/2019, 11:46 AMTom Ellis
03/30/2019, 11:46 AMdave
03/30/2019, 3:31 PMHttpMessageMeta<X>
instead of the sub types. So I think you should be good to implement your own now.Tom Ellis
04/09/2019, 1:59 AM