You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, to support TypedResults will require redesigning the library, including breaking changes. This is an excellent opportunity for me to start it 😄 . However, it will need some time to be completed.
Given the following code:
Without the
.AddEndpointFilter<IdempotentAPIEndpointFilter>();
With the
.AddEndpointFilter<IdempotentAPIEndpointFilter>();
You also receive a 200 OK if the typed result returns a
NotFound
The text was updated successfully, but these errors were encountered: