1 write to Project
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
68
options.
Project
= optionProject.Value();
3 references to Project
dotnet-user-secrets (3)
Internal\InitCommand.cs (2)
37
new InitCommand(Options.Id, Options.
Project
).Execute(context);
42
new InitCommand(Options.Id, Options.
Project
).Execute(context, workingDirectory);
Program.cs (1)
109
return resolver.Resolve(options.
Project
, options.Configuration);