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
Emit a simple action for GET requests with a required or optional body: using standard request binding will fail at runtime for such cases. Also, emit a warning as this is generally a speec mistake
Initialize enum values in mocks
Add an HttpContextAccessor to standard DI container, and use in mock controller constructor, with documentation (used to change response status code, response properties, get http authentication info)
Fix nullability of object in optional properties (Union types)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: