-
Please refer me elsewhere if this is not the right place using VS 16.8.0 Preview 2.1 with Consider first the non generic example that works correctly:
Now almost the same code with generics:
Seems like the compiler does not correctly null track the second generic version hence the warning Dereference of a possibly null reference Any thoughts ? |
Beta Was this translation helpful? Give feedback.
Answered by
333fred
Sep 13, 2020
Replies: 1 comment 1 reply
-
Please open a bug on roslyn for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kofifus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please open a bug on roslyn for this.