You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
This should get us one step closer to removing MVC's dependency on the concrete implementations of the HTTP abstractions. When fixing this bug, need to check if we can switch to depend just on the HTTP .Abstractions package.
The text was updated successfully, but these errors were encountered:
I'll say again what I've said the last few times this has come up:
We can't remove this reference because we create an empty FormCollection when there's nothing to bind for consistency with other collections.
There's some code cleanup to do here nonetheless. We all agree on removing support for FormCollection directly in user-code and the fallback to copy values.
This should get us one step closer to removing MVC's dependency on the concrete implementations of the HTTP abstractions. When fixing this bug, need to check if we can switch to depend just on the HTTP
.Abstractions
package.The text was updated successfully, but these errors were encountered: