Skip to content

[🚀 Feature]: [dotnet] [bidi] Introduce EmptyResult as a type #15562

Open
@nvborisenko

Description

@nvborisenko

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

No one assigned

    Labels

    B-devtoolsIncludes everything BiDi or Chrome DevTools relatedC-dotnet.NET BindingsI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions