Sylvain
Sylvain
Same issue here **Workaround 1** : Publishing to the test project output folder **Workaround 2** : Adding Microsoft.Extensions.DependencyInjection.Abstractions.dll to the root of the test project. (Don't need to copy the...
any update? Merci d'avance ;)
Here is the trick. Just parse de new yaml created by `yamlOverwrite` and create a new yaml with doc.toString({lineWidth: 80}) ` import yaml from 'yaml'; import { yamlOverwrite } from...
@AdrianoAE I agree with you. OpenAPI document generation should be possible by discovering the 'ApiVersion' associated with controllers. For now, you can use this hack, but it's just a hack......