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