4 references to ProjectOptionNotSpecifiedNoCsprojFound
aspire (4)
Commands\AddCommand.cs (1)
185
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\ExecCommand.cs (1)
278
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\PublishCommandBase.cs (1)
220
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\RunCommand.cs (1)
299
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);