1 write to ResolvedPath
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
146
state.
ResolvedPath
= resolved;
2 references to ResolvedPath
Aspire.Hosting (2)
ApplicationModel\RequiredCommandValidator.cs (2)
76
if (state.
ResolvedPath
is not null)
78
_logger.LogDebug("Required command '{Command}' for resource '{ResourceName}' already validated, resolved to '{ResolvedPath}'.", command, resource.Name, state.
ResolvedPath
);