1 implementation of IBicepCompiler
Aspire.Hosting.Azure (1)
Provisioning\Internal\BicepCompiler.cs (1)
13internal sealed class BicepCliCompiler : IBicepCompiler
3 references to IBicepCompiler
Aspire.Hosting.Azure (3)
Provisioning\AzureProvisionerExtensions.cs (1)
45builder.Services.AddSingleton<IBicepCompiler, BicepCliCompiler>();
Provisioning\Internal\BicepCompiler.cs (1)
11/// Default implementation of <see cref="IBicepCompiler"/>.
Provisioning\Provisioners\BicepProvisioner.cs (1)
19IBicepCompiler bicepCompiler,