2 writes to _notificationMessage
Aspire.Hosting.Python (2)
src\Shared\RequiredCommandValidator.cs (2)
122
_notificationMessage
= message;
156
_notificationMessage
= null;
1 reference to _notificationMessage
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
93
throw new DistributedApplicationException(
_notificationMessage
?? $"Required command '{command}' was not found on PATH, at the specified location, or failed validation.");