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