This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Adds the given assemblies to the srach paths to gather additional metadata from.
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- Swagger
Generator Settings Extensions
Syntax
public static SwaggerGeneratorSettings SearchAssemblies(this SwaggerGeneratorSettings settings, params FilePath[] assemblyPaths)
Parameters
Name | Type | Description |
---|---|---|
settings | Swagger |
The settings |
assemblyPaths | FilePath[] | Assemblies to search for metadata. |
Return Value
Type | Description |
---|---|
Swagger |
The updated settings object |