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
Generated classes are duplicated in the following situation:
If object A is referenced as a response in API_endpoint1, And object B iis referenced as a response API_endpoint2, where B has a property that references A.
When resolving paths:
The relatvice path for object A resolved from API_endpoint1 looks like this: ./../A.
The relatvice path for the same object A resolved from object B looks like this: ../A.
In this scenario, the presence of both ./ and ../ can lead to the creation of duplicated objects.
The text was updated successfully, but these errors were encountered:
Generated classes are duplicated in the following situation:
If object A is referenced as a response in API_endpoint1, And object B iis referenced as a response API_endpoint2, where B has a property that references A.
When resolving paths:
The relatvice path for object A resolved from API_endpoint1 looks like this: ./../A.
The relatvice path for the same object A resolved from object B looks like this: ../A.
In this scenario, the presence of both ./ and ../ can lead to the creation of duplicated objects.
The text was updated successfully, but these errors were encountered: