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)
19var value = GetResourceString(resourceKey); 31internal static string @Error_InvalidSecretsId => GetResourceString("Error_InvalidSecretsId"); 37internal static string @Error_MultipleProjectsFound => GetResourceString("Error_MultipleProjectsFound"); 43internal static string @Error_NoProjectsFound => GetResourceString("Error_NoProjectsFound"); 49internal static string @Error_ProjectFailedToLoad => GetResourceString("Error_ProjectFailedToLoad"); 55internal static string @Error_ProjectMissingId => GetResourceString("Error_ProjectMissingId"); 61internal static string @Error_File_NotFound => GetResourceString("Error_File_NotFound"); 64=> string.Format(Culture, GetResourceString("Error_File_NotFound"), p0); 67internal static string @Message_ProjectAlreadyInitialized => GetResourceString("Message_ProjectAlreadyInitialized"); 73internal static string @Message_Project_File_Path => GetResourceString("Message_Project_File_Path"); 79internal static string @Message_SetUserSecretsIdForProject => GetResourceString("Message_SetUserSecretsIdForProject");