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
As the IRestServer interface does not contain the method ThreadSafeStop, but the RestServer implementation does, in order to ensure that the method - which is an incredibly simple implementation - is always available it will be moved to be an extension method on the interface.
Should probably check to see what other methods on other classes could be moved to extension methods for the same reason.
The text was updated successfully, but these errors were encountered:
As the
IRestServer
interface does not contain the methodThreadSafeStop
, but theRestServer
implementation does, in order to ensure that the method - which is an incredibly simple implementation - is always available it will be moved to be an extension method on the interface.The text was updated successfully, but these errors were encountered: