[Group 2] Enable nullable annotations for Microsoft.Extensions.Caching.Abstractions#64018
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Tagging subscribers to this area: @dotnet/area-extensions-caching |
eerhardt
left a comment
There was a problem hiding this comment.
This looks pretty good. I just have one comment.
BTW - have you locally tried building/annotating MS.Ext.Caching.Memory to ensure these annotations are correct?
src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs
Outdated
Show resolved
Hide resolved
Yep, I've also annotated |
eerhardt
left a comment
There was a problem hiding this comment.
Thanks for this contribution, @maxkoshevoi! LGTM.
Sorry for the delay in reviewing.
Related to #43605
Fixes: #52148