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.Dart.
Summary
Runs Dart
- Assembly
- Cake
.Dart .dll - Namespace
- Cake
.Dart - Containing Type
- DartAliases
Syntax
public static void DartScript(this ICakeContext context, FilePath dartScriptFile)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| dartScriptFile | FilePath | File to execute. |
Return Value
| Type | Description |
|---|---|
| void |
