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