| AssemblyName |
Generated assembly name, without an extension. This will be "package.{Name}". |
| BuildResult |
Results for the assembly build. This can contain warnings or errors. |
| BuildSuccess |
Accesses Output.Successful |
| Diagnostics |
A list of warnings and errors created by the last build |
| FileSystem |
An aggregate of all the filesystem this compiler has |
| GeneratedCode |
Global namespaces |
| Group |
Each compiler must belong to a compile group |
| IsBuilding |
Is this compiler currently building? |
| Name |
Name of the project this compiler was created for. This could be something like "base" or "org.ident". |
| NeedsBuild |
Returns true if this compiler is pending a build, or currently building. |
| Output |
The output from the previous build |
| UseAbsoluteSourcePaths |
During development we use absolute source paths so that debugging works better. In a packed/release build it's
good to use relative paths instead, just to avoid exposing the builder's file system. |