1 write to AppInsights
Aspire.Hosting.Foundry (1)
Project\ProjectBuilderExtension.cs (1)
143builder.Resource.AppInsights = appInsights.Resource;
4 references to AppInsights
Aspire.Hosting.Foundry (3)
Project\ProjectBuilderExtension.cs (3)
347if (aspireResource.AppInsights is not null && !aspireResource.AppInsights.IsEmulator()) 349appInsights = (ApplicationInsightsComponent)aspireResource.AppInsights.AddAsExistingResource(infra);
Aspire.Hosting.Foundry.Tests (1)
ProjectResourceTests.cs (1)
114Assert.Same(appInsights.Resource, project.Resource.AppInsights);