Код: Выделить всё
///
/// someMethod
///
///
name
/// Success
///
[HttpGet("someMethod")]
[ProducesResponseType(typeof(APIResult), 200)]
public APIResult someMethod(string name)
{
return new APIResult();
}

Что мне нужно сделать?
Я использую .net core 2.1
Библиотека NSwag.AspNetCore Version=12.3.1
Подробнее здесь: https://stackoverflow.com/questions/564 ... in-swagger
Мобильная версия