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
Basically if you just access something like the TypeWithAnnotations on a symbol, and you don't try to "fold in" the FlowAnalysisAnnotations on that symbol into the TypeWithAnnotations, you probably have bugs related to nullability attributes. It does feel like there should be something like GetAdjustedTypeWithAnnotations() (strawman name) on certain kinds of symbols in order to make it easier to do the right thing.
Basically if you just access something like the TypeWithAnnotations on a symbol, and you don't try to "fold in" the FlowAnalysisAnnotations on that symbol into the TypeWithAnnotations, you probably have bugs related to nullability attributes. It does feel like there should be something like
GetAdjustedTypeWithAnnotations()
(strawman name) on certain kinds of symbols in order to make it easier to do the right thing.Originally posted by @RikkiGibson in #47555 (comment)
The text was updated successfully, but these errors were encountered: