1 write to Project
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
72
options.
Project
= optionProject.Value();
4 references to Project
dotnet-user-secrets (4)
CommandLineOptions.cs (1)
75
if (options.File != null && options.
Project
!= null)
Internal\InitCommand.cs (2)
42
new InitCommand(Options.Id, Options.
Project
).Execute(context);
47
new InitCommand(Options.Id, Options.
Project
).Execute(context, workingDirectory);
Program.cs (1)
109
return resolver.Resolve(options.
Project
?? options.File, options.Configuration);