-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be better
Description
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
Metadata
Metadata
Assignees
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be better