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/Polly/Caching/AsyncCacheSyntax.cs
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
namespacePolly;
1
+
#nullable enable
2
+
namespacePolly;
2
3
3
4
publicpartialclassPolicy
4
5
{
@@ -13,7 +14,7 @@ public partial class Policy
13
14
/// <param name="onCacheError">Delegate to call if an exception is thrown when attempting to get a value from or put a value into the cache, passing the execution context, the cache key, and the exception.</param>
Copy file name to clipboardExpand all lines: src/Polly/Caching/CacheSyntax.cs
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
namespacePolly;
1
+
#nullable enable
2
+
namespacePolly;
2
3
3
4
publicpartialclassPolicy
4
5
{
@@ -13,7 +14,7 @@ public partial class Policy
13
14
/// <param name="onCacheError">Delegate to call if an exception is thrown when attempting to get a value from or put a value into the cache, passing the execution context, the cache key, and the exception.</param>
0 commit comments