1 write to ConfigFilePath
Aspire.Hosting.Yarp (1)
YarpServiceExtensions.cs (1)
88
builder.Resource.
ConfigFilePath
= configFilePath;
3 references to ConfigFilePath
Aspire.Hosting.Yarp (3)
YarpServiceExtensions.cs (3)
51
if (yarpBuilder.Resource.
ConfigFilePath
!= null)
55
contents = await File.ReadAllTextAsync(yarpBuilder.Resource.
ConfigFilePath
, ct).ConfigureAwait(false);
59
throw new DistributedApplicationException($"Error when reading the YARP config file '{yarpBuilder.Resource.
ConfigFilePath
}'", ex);