6 references to BicepTemplateFile
Aspire.Hosting.Azure (6)
AzureBicepResource.cs (5)
79/// <param name="deleteTemporaryFileOnDispose">A boolean that determines if the file should be deleted on disposal of the <see cref="BicepTemplateFile"/>.</param> 80/// <returns>A <see cref="BicepTemplateFile"/> that represents the bicep file.</returns> 82public virtual BicepTemplateFile GetBicepTemplateFile(string? directory = null, bool deleteTemporaryFileOnDispose = true) 157using var template = GetBicepTemplateFile(Path.GetDirectoryName(context.ManifestPath), deleteTemporaryFileOnDispose: false); 280/// Releases the resources used by the current instance of <see cref="BicepTemplateFile" />.
AzureProvisioningResource.cs (1)
31public override BicepTemplateFile GetBicepTemplateFile(string? directory = null, bool deleteTemporaryFileOnDispose = true)