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
Enables generating interfaces when generating the client
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- C
Sharp Generator Settings Extensions
Syntax
public static CSharpGeneratorSettings EnableInterfaces(this CSharpGeneratorSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | C |
The settings |
Return Value
| Type | Description |
|---|---|
| C |
The updated settings object |
