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)
93throw new DistributedApplicationException(_notificationMessage ?? $"Required command '{command}' was not found on PATH, at the specified location, or failed validation.");