Azure / Azure/azure-functions-host
Make ActionResult handling behind EnableActionResultHandling the default in 3.0
Open
4.x
breaking-change
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
For backwards compatibility reasons, some `ActionResult` handling enhancements added to 2.0 had to be placed behind a feature flag (`EnableActionResultHandling`).
We may want to consider a flag to maintain the 2.0 behavior if we believe that would ease migration, but the behavior behind the flag should be the default in 3.0.
Contributor guide
Assessment
This issue has not been assessed yet.