dotnet / dotnet/aspnetcore

Resolve cyclic dependencies between Http.Results and Http.Extensions

Open
#41,330 1 comment 1 reaction 0 assignees View on GitHub
area-minimal
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 5h
Merged PRs (30d)
276

Description

To support users being able to determine if the handler they are wrapping a filter is a void-returning handler, we need to add support for returning the `EmptyHttpResult` from the filter pipeline. However, do to cyclic dependencies we cannot use the defined `EmptyHttpResult` type. This prevents users from being able to assert on the type.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.