You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/QsCompiler/CommandLineTool/Commands/Build.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,14 @@ public static IEnumerable<Example> UsageExamples
54
54
55
55
// publicly accessible routines
56
56
57
+
/// <summary>
57
58
/// Builds the compilation for the Q# code or Q# snippet and referenced assemblies defined by the given options.
58
59
/// Invokes all specified targets (dotnet core apps) with suitable TargetOptions,
59
60
/// that in particular specify the path to the compiled binary as input and the same output folder, verbosity, and suppressed warnings as the given options.
60
61
/// The output folder is set to the current directory if one or more targets have been specified but the output folder was left unspecified.
61
62
/// Returns a suitable error code if one of the compilation or generation steps fails.
62
63
/// Throws an ArgumentNullException if any of the given arguments is null.
0 commit comments