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
Due to broken definitions of amazon sp API models we need to adjust some arguments/return types in this SDK.
This operation is done through rector however sometimes while generating new model rector is not adjusting the code.
Would be good to have a test case that would iterate over all of those custom definitions (we can move them somewhere outside rector config file) and using reflection confirm that method definitions are matching expectations.
The text was updated successfully, but these errors were encountered:
Due to broken definitions of amazon sp API models we need to adjust some arguments/return types in this SDK.
This operation is done through rector however sometimes while generating new model rector is not adjusting the code.
Would be good to have a test case that would iterate over all of those custom definitions (we can move them somewhere outside rector config file) and using reflection confirm that method definitions are matching expectations.
The text was updated successfully, but these errors were encountered: