Open
Description
There are two places, where Null-Conditional Operator (?.
) using seems redundant in CreateStorageVaryByKey()
method of internal class ResponseCachingKeyProvider
.
and
There is sufficient check of varyByRules
value at the start of the method. Isn't it?
Found by Linux Verification Center (linuxtesting.org) with SVACE.