3 references to AppHostResourceServiceApiKey
Aspire.Hosting.Testing.Tests (3)
DashboardTestingBuilderTests.cs (3)
227
Assert.False(string.IsNullOrEmpty(builder.Configuration[
AppHostResourceServiceApiKey
]));
241
var firstKey = first.Configuration[
AppHostResourceServiceApiKey
];
242
var secondKey = second.Configuration[
AppHostResourceServiceApiKey
];