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.
1 parent 476840e commit 3a3c01aCopy full SHA for 3a3c01a
tests/ZiggyCreatures.FusionCache.Tests/GeneralTests.cs
@@ -144,6 +144,8 @@ public void CanDuplicateOptions()
144
145
SkipAutoCloneForImmutableObjects = !defaultState.SkipAutoCloneForImmutableObjects,
146
147
+ IgnoreTimeoutsWhenDebugging = !defaultState.IgnoreTimeoutsWhenDebugging,
148
+
149
// LOG LEVELS
150
IncoherentOptionsNormalizationLogLevel = LogLevel.Critical,
151
0 commit comments