This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Re-instate tests on Mono #4238
Comments
This was referenced Mar 7, 2016
rynowak
added a commit
that referenced
this issue
Mar 30, 2016
This change no longer suppresses validation for IFormFile and IFormFileCollection model values. This will allow the use of [Required] on an IFormFile model, or a custom attribute for validating IFormFileCollection. These types already have ValidateChildren = false, so we don't recurse into them.
Reopening because @rynowak's commit did not relate. |
Isn't the task for this now to remove Mono specific things from the code? |
@ryanbrandenburg what labels should this issue have i.e. is it "done" again? I know @rynowak's commit was unrelated but am not sure whether this and #4153 were dupes. |
This is a bug about some mono test. Why does it matter? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In #4234 we disabled some tests on mono due to dotnet/cli#1613. Once that is resolved we should re-instate these tests.
The text was updated successfully, but these errors were encountered: