Skip to content

AutoWrapIgnore with FastEndpoints #149

@namighajiyev

Description

@namighajiyev

AutoWrapIgnore attribute doesn't work with FastEndpoints. I tried as shown below.

  [AutoWrapIgnore(ShouldLogRequestData = false)]
  public override void Configure()
  {
    Get(DowloadRequest.Route);
    Summary(s =>
    {
    });
  }

  [AutoWrapIgnore(ShouldLogRequestData = false)]
  public override async Task HandleAsync(
  DowloadRequest request,
  CancellationToken cancellationToken)
  {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions