c# 14 cant extend multiple types in the same class #79099
Answered
by
RikkiGibson
SimonCropp
asked this question in
Q&A
-
wondering if this is a bug or by design? this code
produces
SDK: 10.0.100-preview.7.25320.118 |
Beta Was this translation helpful? Give feedback.
Answered by
RikkiGibson
Jun 22, 2025
Replies: 1 comment 1 reply
-
The problem here is that the methods are callable in the form |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SimonCropp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem here is that the methods are callable in the form
SHAPolyfill.HashData(stream)
, so, the two extensions are ambiguous on that basis.