5 references to CliInputOrOutput
aspire (5)
Commands\UpdateCommand.cs (1)
425
if (string.Equals(ex.Message, ErrorStrings.NoProjectFileFound, StringComparisons.
CliInputOrOutput
))
Projects\GuestAppHostProject.cs (1)
1499
var explicitChannelChanged = explicitChannelName is not null && !string.Equals(config.Channel, explicitChannelName, StringComparisons.
CliInputOrOutput
);
Projects\ProjectUpdater.cs (2)
248
var channelChanged = !string.Equals(existingChannel, channel.Name, StringComparisons.
CliInputOrOutput
);
1530
if (!string.Equals(CurrentChannel, NewChannel, StringComparisons.
CliInputOrOutput
))
Templating\DotNetTemplateFactory.cs (1)
349
if (!string.Equals(testFramework, NoTestFramework, StringComparisons.
CliInputOrOutput
))