SwaggerGeneratorSettingsExtensions.

SearchAssemblies(SwaggerGeneratorSettings, FilePath[]) Method

Summary

Adds the given assemblies to the srach paths to gather additional metadata from.

Syntax

public static SwaggerGeneratorSettings SearchAssemblies(this SwaggerGeneratorSettings settings, params FilePath[] assemblyPaths)

Parameters

Name Type Description
settings SwaggerGeneratorSettings The settings
assemblyPaths FilePath[] Assemblies to search for metadata.

Return Value

Type Description
SwaggerGeneratorSettings The updated settings object