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
Expected Behavior: Error on typeof(dynamic) as well as on Attr2<dynamic>.
Actual Behavior: Error only on typeof(dynamic).
We want to do this because when we emit attribute type arguments there's nowhere to put things like DynamicAttribute, for example. So the fact that the type argument is dynamic cannot round trip.
LDM has tentatively expressed support for the change. We should still probably create a speclet in csharplang for this feature so that all these behaviors are documented.
The text was updated successfully, but these errors were encountered:
Version Used: 3661e83
Steps to Reproduce:
Expected Behavior: Error on
typeof(dynamic)
as well as onAttr2<dynamic>
.Actual Behavior: Error only on
typeof(dynamic)
.We want to do this because when we emit attribute type arguments there's nowhere to put things like
DynamicAttribute
, for example. So the fact that the type argument isdynamic
cannot round trip.LDM has tentatively expressed support for the change. We should still probably create a speclet in csharplang for this feature so that all these behaviors are documented.
The text was updated successfully, but these errors were encountered: