Fix nullability mismatch between ref and src in Microsoft.Extensions.Caching.Abstractions#65804
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
PostEvictionDelegate between ref and srcref and src in Microsoft.Extensions.Caching.Abstractions
It's on the backlog, but not yet funded. We would need:
To be fixed first. For now, be sure to run GenerateReferenceSource in your PRs that change the nullable annotations. FYI @ericstj. |
eerhardt
left a comment
There was a problem hiding this comment.
Thanks for your quick response on this @maxkoshevoi!
LGTM
But running |
|
Tagging subscribers to this area: @dotnet/area-extensions-caching Issue DetailsI missed a spot in #64018 Somehow,
|
This should if you have a built the library already. If you have a project where this isn't working let us know and I'll take a quick look. -- Actually file an issue so we don't lose it -- area-infrastucture-libraries. |
I missed a spot in #64018
Somehow,
PostEvictionDelegateandCacheExtensionswere annotated differently inrefandscr.@eerhardt CI might need some improvement to catch those issues (if
refprojects are not removed)