src\aspnetcore\artifacts\obj\dotnet-user-secrets\Release\net11.0\win-x64\Microsoft.AspNetCore.Tools.SecretsHelpersResources.cs (10)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
34=> string.Format(Culture, GetResourceString("Error_InvalidSecretsId", new [] { "userSecretsId" }), userSecretsId);
40=> string.Format(Culture, GetResourceString("Error_MultipleProjectsFound", new [] { "projectPath" }), projectPath);
46=> string.Format(Culture, GetResourceString("Error_NoProjectsFound", new [] { "projectPath" }), projectPath);
52=> string.Format(Culture, GetResourceString("Error_ProjectFailedToLoad", new [] { "project" }), project);
58=> string.Format(Culture, GetResourceString("Error_ProjectMissingId", new [] { "project" }), project);
64=> string.Format(Culture, GetResourceString("Error_File_NotFound"), p0);
70=> string.Format(Culture, GetResourceString("Message_ProjectAlreadyInitialized", new [] { "project" }), project);
76=> string.Format(Culture, GetResourceString("Message_Project_File_Path", new [] { "project" }), project);
82=> string.Format(Culture, GetResourceString("Message_SetUserSecretsIdForProject", new [] { "userSecretsId", "project" }), userSecretsId, project);