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
Will cause generated code to be output to the specified single file. Not supported by all code generators.
- Assembly
- Cake
.AutoRest .dll - Namespace
- Cake
.AutoRest - Containing Type
- Auto
Rest Settings Extensions
Syntax
public static AutoRestSettings OutputToFile(this AutoRestSettings settings, FilePath path)
Parameters
Name | Type | Description |
---|---|---|
settings | AutoRestSettings | Settings |
path | FilePath | Path to create the single-file client |
Return Value
Type | Description |
---|---|
AutoRestSettings | The updated settings object |