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