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
Refactor CacheTests for readability and reliability
Removed unnecessary parentheses in lambda expressions and null-forgiving operators from ClientFactory service retrieval. Improved lambda syntax in GetOrCreateAsync calls for better readability. Added [Retry(3)] attribute to address potential flakiness in a test due to intermittent cache misses.
0 commit comments