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
As you can see 'm_not_for_generation' field does not generated due to CS_IGNORE (it's correct), but UnusedClassB.cs was generated! That's wrong. Generation for UnusedClassB should be ignored completely, because it is not specifyed directly and ClassA is not depend on it (in generated code).
The text was updated successfully, but these errors were encountered:
I have 2 simple header files:
ClassA.h:
UnusedClassB.h
Generator setup:
UnusedClassB.h is not added to header files !
Generation output:
Generated classA.cs:
As you can see 'm_not_for_generation' field does not generated due to CS_IGNORE (it's correct), but UnusedClassB.cs was generated! That's wrong. Generation for UnusedClassB should be ignored completely, because it is not specifyed directly and ClassA is not depend on it (in generated code).
The text was updated successfully, but these errors were encountered: