..
ActionResults
[ Fixes #2545 ] RedirectToRouteResult doesn't use RouteName property when calculating destination URL
2015-05-13 12:35:25 -07:00
AntiXsrf
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ApplicationModel
React to security API changes
2015-05-12 15:12:06 -07:00
Filters
Updated the ResponseCacheFilter class to store a reference to the CacheProfile passed into the contructor
2015-05-29 12:28:14 -07:00
Formatters
Fix #2330 - Reimagine *FormatterContext
2015-05-12 11:05:56 -07:00
Internal
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ModelBinding
`ByteArrayModelBinder` should return `null` only when type is not matched
2015-06-01 12:20:17 -07:00
ParameterBinding
Correct test expectations
2015-06-01 12:15:39 -07:00
Properties
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Rendering
Fix #2407 - Add back the implicit [Required] for value types
2015-05-21 17:52:25 -07:00
Routing
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
TestFiles
Use strongly typed MediaTypeHeaderValue for content type in action results.
2015-05-04 14:06:58 -07:00
Utils
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ViewComponents
Part of #2151 - Remove [Activate] from ViewComponents
2015-05-21 22:57:45 -07:00
ActionExecutorTests.cs
Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for
2015-05-14 13:58:02 -07:00
BindAttributeTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ConsumesAttributeTests.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ControllerActionDescriptorBuilderTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ControllerActionDescriptorProviderTests.cs
Part 1 of fix for #2248 - Ambiguity when inheriting attribute routes
2015-05-08 17:05:45 -07:00
ControllerActionInvokerTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ControllerTests.cs
Added overload to ViewComponent.Json to accept JsonSerializerSettings
2015-05-14 15:45:41 -07:00
ControllerUnitTestabilityTests.cs
[ Fixes #2506 ] Added overload to Controller.Json to accept JsonSerializerSettings
2015-05-11 12:36:45 -07:00
DefaultActionSelectorTests.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
DefaultAssemblyProviderTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
DefaultControllerActivatorTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
DefaultControllerFactoryTest.cs
Fix #2151 - Part 4 remove [Activate] support from controllers.
2015-05-21 22:57:56 -07:00
DefaultControllerTypeProviderTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ExcludeTypeValidationFilterExtensionsTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
FormatterMappingsTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
HttpMethodProviderAttributesTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
HttpResponseStreamWriterTest.cs
Custom stream writer which avoids writing the BOM and does not flush or close the stream.
2015-05-11 13:27:05 -07:00
JsonResultTest.cs
Custom stream writer which avoids writing the BOM and does not flush or close the stream.
2015-05-11 13:27:05 -07:00
KnownRouteValueConstraintTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Microsoft.AspNet.Mvc.Core.Test.xproj
…
MockMvcOptionsAccessor.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
MockScopedInstance.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
MvcOptionsTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
MvcRouteHandlerTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
RemoteAttributeTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
RequireHttpsAttributeTests.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
Resources.resx
…
RouteDataActionConstraintTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
RouteTemplateProviderAttributesTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ScopedInstanceTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
SerializableErrorWrapperTests.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ServiceBasedControllerActivatorTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
SessionStateTempDataProviderTest.cs
fix #2535 : Timezone test failure in Microsoft.AspNet.Mvc.Core.Tests
2015-05-13 10:06:26 -07:00
SimpleTypeExcludeFilterTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
TempDataDictionaryTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
TestController.cs
Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for
2015-05-14 13:58:02 -07:00
TestGlobalFilterProvider.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
TypeHelperTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
UrlHelperTest.cs
React to Http namespace changes.
2015-05-07 15:19:10 -07:00
ViewComponentTests.cs
Part of #2151 - Remove [Activate] from ViewComponents
2015-05-21 22:57:45 -07:00
ViewDataDictionaryOfTModelTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ViewDataDictionaryTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ViewEngineDescriptorExtensionsTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
ViewEngineDescriptorTest.cs
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
project.json
…