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