You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.FeatureManagement/FeatureFilters/TimeWindowFilter.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ public TimeWindowFilter(ILoggerFactory loggerFactory = null)
34
34
/// <summary>
35
35
/// The application memory cache to store the start time of the closest active time window. By caching this time, the time window can minimize redundant computations when evaluating recurrence.
36
36
/// </summary>
37
-
publicIMemoryCacheCache{get;init;}
37
+
publicIMemoryCacheCache{get;set;}
38
38
39
39
/// <summary>
40
40
/// This property allows the time window filter in our test suite to use simulated time.
41
41
/// </summary>
42
-
internalISystemClockSystemClock{get;init;}
42
+
internalISystemClockSystemClock{get;set;}
43
43
44
44
/// <summary>
45
45
/// Binds configuration representing filter parameters to <see cref="TimeWindowFilterSettings"/>.
0 commit comments