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
In Version 2, I want Operations to feel like pure magic. When you tag a method, the ModelBuilder should automatically find it, register the types if they haven't been seen yet, looping through all the supported annotations and so forth, and appear in the proper location.
You shouldn't have to take over model building to register ComplexTypes, you shouldn't be confused about what HTTP methods it supports, and you shouldn't be surprised where it shows up in the model.
In Version 2, I want Operations to feel like pure magic. When you tag a method, the ModelBuilder should automatically find it, register the types if they haven't been seen yet, looping through all the supported annotations and so forth, and appear in the proper location.
You shouldn't have to take over model building to register ComplexTypes, you shouldn't be confused about what HTTP methods it supports, and you shouldn't be surprised where it shows up in the model.
Should fix the following issues:
The text was updated successfully, but these errors were encountered: