Resolve cyclic dependencies between Http.Results and Http.Extensions
Open
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
Assessment
This issue has not been assessed yet.