💾 Archived View for freeshell.de › tldr › csc.gmi captured on 2024-02-05 at 10:36:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

csc

The Microsoft C# Compiler.

More information.

csc {path/to/input_file_a.cs} {path/to/input_file_b.cs}
csc /out:{path/to/filename} {path/to/input_file.cs}
csc /target:library {path/to/input_file.cs}
csc /reference:{path/to/library.dll} {path/to/input_file.cs}
csc /resource:{path/to/resource_file} {path/to/input_file.cs}
csc /doc:{path/to/output.xml} {path/to/input_file.cs}
csc /win32icon:{path/to/icon.ico} {path/to/input_file.cs}
csc /keyfile:{path/to/keyfile} {path/to/input_file.cs}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY