Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
429 stars 49 forks source link

ASP.NET Core Endpoint Fallback fine grain #36

Closed unaizorrilla closed 4 years ago

unaizorrilla commented 5 years ago

At this moment, EndpointFallback behavior is configured for all endpoints, but is some scenarios may be necessary configure different fallback behaviors ( not found, redirect to, etc ) for each configured endpoint.

After feedback session we extract more information about this issue:

unaizorrilla commented 4 years ago

Implemented on 77e66e9