2 writes to _notificationMessage
Aspire.Hosting.DevTunnels (2)
RequiredCommandValidator.cs (2)
90
_notificationMessage
= message;
119
_notificationMessage
= null;
1 reference to _notificationMessage
Aspire.Hosting.DevTunnels (1)
RequiredCommandValidator.cs (1)
63
throw new DistributedApplicationException(
_notificationMessage
?? $"Required command '{command}' was not found on PATH, at the specified location, or failed validation.");