11 references to GetResourceString
dotnet-user-secrets (11)
src\aspnetcore\artifacts\obj\dotnet-user-secrets\Release\net11.0\win-x64\Microsoft.AspNetCore.Tools.SecretsHelpersResources.cs (11)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @Error_InvalidSecretsId =>
GetResourceString
("Error_InvalidSecretsId");
37
internal static string @Error_MultipleProjectsFound =>
GetResourceString
("Error_MultipleProjectsFound");
43
internal static string @Error_NoProjectsFound =>
GetResourceString
("Error_NoProjectsFound");
49
internal static string @Error_ProjectFailedToLoad =>
GetResourceString
("Error_ProjectFailedToLoad");
55
internal static string @Error_ProjectMissingId =>
GetResourceString
("Error_ProjectMissingId");
61
internal static string @Error_File_NotFound =>
GetResourceString
("Error_File_NotFound");
64
=> string.Format(Culture,
GetResourceString
("Error_File_NotFound"), p0);
67
internal static string @Message_ProjectAlreadyInitialized =>
GetResourceString
("Message_ProjectAlreadyInitialized");
73
internal static string @Message_Project_File_Path =>
GetResourceString
("Message_Project_File_Path");
79
internal static string @Message_SetUserSecretsIdForProject =>
GetResourceString
("Message_SetUserSecretsIdForProject");