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.AutoRest.
Summary
Sets the Generator used by AutoRest
- Assembly
- Cake
.AutoRest .dll - Namespace
- Cake
.AutoRest - Containing Type
- Auto
Rest Settings Extensions
Syntax
public static AutoRestSettings WithGenerator(this AutoRestSettings settings, CodeGenerator gen, IGeneratorSettings genSettings = null)
Parameters
Name | Type | Description |
---|---|---|
settings | AutoRestSettings | Settings |
gen | CodeGenerator | Desired code generator (any CodeGenerator member) |
genSettings | IGeneratorSettings | Optional generator-specific settings to use |
Return Value
Type | Description |
---|---|
AutoRestSettings | The updated settings object |