4 references to LaunchProfileStrings
Aspire.Hosting.Dotnet (4)
src\Aspire.Hosting\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)
20
throw new DistributedApplicationException(
LaunchProfileStrings
.ProjectDoesNotContainMetadataExceptionMessage);
61
var message = string.Format(CultureInfo.InvariantCulture,
LaunchProfileStrings
.LaunchSettingsFileDoesNotContainProfileExceptionMessage, launchProfileName);
78
var message = string.Format(CultureInfo.InvariantCulture,
LaunchProfileStrings
.ProjectFileNotFoundExceptionMessage, projectMetadata.ProjectPath);