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
Lets Say i have 3 classes a class that reuses a type, all in same file.
So lets define what we have those classes, i`m having issue when using this, is gererating multiples elements of R (Like in image, for IncidentsResponseMessage and IncidentsFaultMessageTypeFault)
class A{ public R ReusedOne; }
class B{ public R ReusedOne; }
class C{ public R ReusedOne; }
Should this happen? Is there anyway i could remove this multiples partes and keep one?
The text was updated successfully, but these errors were encountered:
Lets Say i have 3 classes a class that reuses a type, all in same file.
So lets define what we have those classes, i`m having issue when using this, is gererating multiples elements of R (Like in image, for IncidentsResponseMessage and IncidentsFaultMessageTypeFault)
class A{ public R ReusedOne; }
class B{ public R ReusedOne; }
class C{ public R ReusedOne; }
Should this happen? Is there anyway i could remove this multiples partes and keep one?
The text was updated successfully, but these errors were encountered: