2 references to OutputDirectoryNotEmptyNonInteractive
aspire (1)
Templating\OutputPathHelper.cs (1)
137var format = isExplicitOutput ? NewCommandStrings.OutputDirectoryNotEmptyNonInteractive : NewCommandStrings.OutputDirectoryNotEmptyInteractive;
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
3330var expectedError = string.Format(CultureInfo.CurrentCulture, NewCommandStrings.OutputDirectoryNotEmptyNonInteractive, existingDir.FullName);