We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f0780 + ded8042 commit cac7468Copy full SHA for cac7468
Sdk/FeatureContainer.cs
@@ -18,7 +18,7 @@ public class FeatureWorker : IFeatureWorker
18
{
19
private readonly TimeSpan _syncInterval;
20
private readonly FeatureManager _manager;
21
- private IEnumerable<RunningFeature> _features;
+ private IEnumerable<RunningFeature> _features = new List<RunningFeature>();
22
23
public FeatureWorker(string endpoint, TimeSpan syncInterval)
24
0 commit comments