4 references to LaunchProfileStrings
Aspire.Hosting.Dotnet (4)
src\Aspire.Hosting\Resources\LaunchProfileStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Hosting.Resources.LaunchProfileStrings", typeof(LaunchProfileStrings).Assembly);
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (3)
20throw new DistributedApplicationException(LaunchProfileStrings.ProjectDoesNotContainMetadataExceptionMessage); 61var message = string.Format(CultureInfo.InvariantCulture, LaunchProfileStrings.LaunchSettingsFileDoesNotContainProfileExceptionMessage, launchProfileName); 78var message = string.Format(CultureInfo.InvariantCulture, LaunchProfileStrings.ProjectFileNotFoundExceptionMessage, projectMetadata.ProjectPath);