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