-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
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
Labels
No labels