servicestack-openapi

    2熱度

    1回答

    有誰知道ServiceStack在哪裏引用TagAttribute from。根據ServiceStack的OpenAPI文檔,路由可以標記爲[Tag("Core Requests")]來對路由進行分類,但我無法找到TagAttribute實際定義的位置。我正在使用ServiceStack v4.5.8。 http://docs.servicestack.net/openapi

    1熱度

    1回答

    我已將項目升級爲使用ServiceStack的最新版本,並使用OpenApiFeature而不是SwaggerFeature。 我在RouteSummary中指定的描述用於在Swagger中顯示,但在OpenApi下它們似乎不受尊重。有沒有新的地方,或者我在配置中丟失了什麼? Plugins.Add(new OpenApiFeature { RouteSummary = {