4 references to ProjectOptionNotSpecifiedNoCsprojFound
aspire (4)
Commands\AddCommand.cs (1)
175
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\ExecCommand.cs (1)
253
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\PublishCommandBase.cs (1)
209
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);
Commands\RunCommand.cs (1)
265
_interactionService.DisplayError(InteractionServiceStrings.
ProjectOptionNotSpecifiedNoCsprojFound
);