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
Syntax
public static void DartScript(this ICakeContext context, Dictionary<string, object> vmOptions, FilePath dartScriptFile, DartSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
vmOptions |
Dictionary<string, object> |
VM options |
dartScriptFile |
FilePath |
File to execute. |
settings |
DartSettings |
The settings. |
Return Value