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