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
Methods defined by a service interface (an interface which directly or indirectly extends IHttpService) should have certain properties. The following issues describe specific sub-tasks for these analyzers.
Methods defined by a service interface (an interface which directly or indirectly extends
IHttpService
) should have certain properties. The following issues describe specific sub-tasks for these analyzers.Prepare{action}Async
(Service interface method should be 'Prepare{Action}Async' #15)Task<{action}ApiCall>
, and the{action}ApiCall
class should implementIHttpApiCall<T>
(for someT
) (Service interface method should return an API call #14)PrepareCreate[A-Z]\w*ApiCall
(useAdd
instead ofCreate
) (Service interface method should not use 'Create' #13)PrepareDelete[A-Z]\w*ApiCall
(useRemove
instead ofDelete
) (Service interface method should not use 'Delete' #12)The text was updated successfully, but these errors were encountered: