2 implementations of LogFeatureState
aspire (1)
Configuration\Features.cs (1)
31
public void
LogFeatureState
()
Aspire.Cli.Tests (1)
TestServices\TestFeatures.cs (1)
23
public void
LogFeatureState
() { }
1 reference to LogFeatureState
aspire (1)
Program.cs (1)
1098
app.Services.GetRequiredService<IFeatures>().
LogFeatureState
();