Scrub File prefix from internal File*Result types #36666
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-actions
Controller-like actions for endpoint routing
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Priority:1
Work that is critical for the release, but we could probably ship without
Milestone
As part of #34296, we added
Results.Stream
,Results.File
etc as we thought the existing names were less descriptive. However the PR did not rename the implementing types. While they're non-public, they appear in log messages e.g:It would be nice to scrub these names too to match the Result types.
The text was updated successfully, but these errors were encountered: