Resolve cyclic dependencies between Http.Results and Http.Extensions #41330
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
Milestone
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 definedEmptyHttpResult
type. This prevents users from being able to assert on the type.The text was updated successfully, but these errors were encountered: