1 write to File
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
73
options.
File
= optionFile.Value();
2 references to File
dotnet-user-secrets (2)
CommandLineOptions.cs (1)
75
if (options.
File
!= null && options.Project != null)
Program.cs (1)
109
return resolver.Resolve(options.Project ?? options.
File
, options.Configuration);