16 references to MessageStrings
Aspire.Hosting (16)
ApplicationModel\ContainerMountAnnotation.cs (3)
28throw new ArgumentNullException(nameof(source), MessageStrings.ContainerMountBindMountsRequireSourceExceptionMessage); 33throw new ArgumentException(MessageStrings.ContainerMountBindMountsRequireRootedPaths, nameof(source)); 39throw new ArgumentException(MessageStrings.ContainerMountAnonymousVolumesReadOnlyExceptionMessage, nameof(isReadOnly));
ApplicationModel\RequiredCommandValidator.cs (9)
103(not null, not null) => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandValidationFailedWithLink, command, validationMessage, link), 104(not null, null) => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandNotFoundWithLink, command, link), 105_ => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandNotFound, command) 112(not null, not null) => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandValidationFailed, command, validationMessage), 113(not null, null) => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandNotFound, command), 114_ => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandNotFound, command) 118_logger.LogWarning("{Message}", string.Format(CultureInfo.CurrentCulture, MessageStrings.ResourceMayFailToStart, resource.Name, message)); 128LinkText = link is null ? null : MessageStrings.InstallationInstructions, 135title: MessageStrings.MissingCommandNotificationTitle,
Dcp\DcpDependencyCheck.cs (3)
90MessageStrings.DcpDependencyCheckFailedMessage, 118MessageStrings.DcpDependencyCheckFailedMessage, 168MessageStrings.DcpVersionCheckTooLowMessage,
Resources\MessageStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Hosting.Resources.MessageStrings", typeof(MessageStrings).Assembly);