1 write to AssemblyPath
dotnet-getdocument (1)
ProjectOptions.cs (1)
26
AssemblyPath
= command.Option("--assembly <Path>", Resources.AssemblyDescription);
3 references to AssemblyPath
dotnet-getdocument (3)
Commands\InvokeCommand.cs (1)
46
var assemblyPath = _projectOptions.
AssemblyPath
.Value();
ProjectOptions.cs (2)
37
if (!
AssemblyPath
.HasValue())
39
throw new CommandException(Resources.FormatMissingOption(
AssemblyPath
.LongName));