Description
Now:
public Task ActivateAsync(ActivateOptions? options = null)
Proposal:
public Task<EmptyResult> ActivateAsync(ActivateOptions? options = null)
Why:
Because EmptyResult is not empty :)
EmptyResult = {
Extensible
}
Have you considered any alternatives or workarounds?
No response
Description
Now:
Proposal:
Why:
Because
EmptyResultis not empty :)Have you considered any alternatives or workarounds?
No response