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
Consider adding a test here there is an override that removes the nullability annotation and calls through both the base and derived type and shows the outcome on the null state of the argument. Basically making sure we are considering the base and derived method annotation as appropriate.
I actually can't remember off hand if we look at the declaration method or the override when considering annotations hence I can't remember what the correct behavior is here. Hence a test 😄
Consider making this test a
[Theory]
and using an argument to enumerate all the different constraint combinations where this is now valid.Originally posted by @jaredpar in #46072 (comment)
Consider adding a test here there is an
override
that removes the nullability annotation and calls through both the base and derived type and shows the outcome on the null state of the argument. Basically making sure we are considering the base and derived method annotation as appropriate.I actually can't remember off hand if we look at the declaration method or the override when considering annotations hence I can't remember what the correct behavior is here. Hence a test 😄
Originally posted by @jaredpar in #46072 (comment)
The text was updated successfully, but these errors were encountered: