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