This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
35601f95b3
aspnetcore
/
test
History
Kiran Challa
35601f95b3
Added a model binder for handling Enum types. [
Fixes
#6329
] Why don't we check for Enum.IsDefined on action parameters of enum type
2017-09-14 08:25:05 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
…
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Make DefaultApiDescriptionProvider understand ActionResult<T>
2017-09-11 14:20:38 -07:00
Microsoft.AspNetCore.Mvc.Core.Test
Added a model binder for handling Enum types. [
Fixes
#6329
] Why don't we check for Enum.IsDefined on action parameters of enum type
2017-09-14 08:25:05 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
…
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
…
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Additional fixes for
#4604
2017-09-13 23:39:00 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
…
Microsoft.AspNetCore.Mvc.FunctionalTests
Added RedirectToAction overload with no arguments
2017-09-12 17:17:48 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests
…
Microsoft.AspNetCore.Mvc.Localization.Test
…
Microsoft.AspNetCore.Mvc.Razor.Test
Update default Razor search paths to include ~/[PagesRoot]/Shared
2017-09-11 14:11:39 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test
Allow BindPropertyAttribute to be applied on PageModel
2017-09-12 10:34:19 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test
TagHelperOutput extension methods for class value manipulation (
#6565
)
2017-09-13 11:58:10 -07:00
Microsoft.AspNetCore.Mvc.Test
Added a model binder for handling Enum types. [
Fixes
#6329
] Why don't we check for Enum.IsDefined on action parameters of enum type
2017-09-14 08:25:05 -07:00
Microsoft.AspNetCore.Mvc.TestCommon
…
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
…
Microsoft.AspNetCore.Mvc.ViewFeatures.Test
Avoid saving TempData in case of unhandled exceptions. [
Fixes
#6598
] BUG? Accessing TempData prevent response to have content on error.
2017-09-07 13:13:27 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
…
WebSites
Added RedirectToAction overload with no arguments
2017-09-12 17:17:48 -07:00
Directory.Build.props
…
MvcTests.ruleset
…