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
Currently disallowed to prevent potential name collision in the following scenario:
Gen 1: An existing reloadable type A is renamed to B: type B#1 is emitted
Gen 2: A new, non-reloadable type A is added: type A is emitted, which collides with existing type A.
A solution would be to issue a CLR rename of reloadable type A when it is renamed the first time.
A similar situation might occur when changing arity.
The text was updated successfully, but these errors were encountered:
Currently disallowed to prevent potential name collision in the following scenario:
Gen 1: An existing reloadable type
A
is renamed toB
: typeB#1
is emittedGen 2: A new, non-reloadable type
A
is added: typeA
is emitted, which collides with existing typeA
.A solution would be to issue a CLR rename of reloadable type
A
when it is renamed the first time.A similar situation might occur when changing arity.
The text was updated successfully, but these errors were encountered: