在我添加 swashbuckle 5.2.2 包之后。我无法打开/Swagger
页面?
我添加了以下代码:
protected static string GetXmlCommentsPath()
{
return System.String.Format(@"{0}\bin\UnitTestingWebAPI.API.Core.XML", System.AppDomain.CurrentDomain.BaseDirectory);
}
并取消注释中的代码SwaggerConfig.cs
,但我无法打开页面。
c.IncludeXmlComments(GetXmlCommentsPath());