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