Run the C# compiler to produce an exe or dll.
Slots
- cscExeSource
-
File cscExeC# compiler executable: {netHomeDir}/csc.exe
- libsSource
-
File[]? libsList of dll libraries to link in
- makeSource
-
new make(BuildScript script)Initialize the .NET environment fields for csc.exe.
- netHomeDirSource
-
File netHomeDirHome directory for .NET installation configured via Sys.env["fan.build.netHome"]
- outputSource
-
File? outputOutput file created by the compiler.
- runSource
-
override Void run()Overrides build::Task.run
Run the csc task
- srcSource
-
File[] src := File[,]List of source files or directories to compile
- targetTypeSource
-
Str? targetTypeOutput target type