aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak 5ac5c53c09 Adding Resource Filters
This is a new filter stage that surrounds the existing model binding,
action, and result parts of the pipeline. Resource Filters run after
Authorization Filters.

The other major change is to support one of the primary scenarios for
Resource Filters. We want a filter to be able to modify the inputs the
model binding (formatters, model binders, value providers, etc) -- this
means that those changes need to be held on a context object and preserved
so that they can be used in the controller.

So, IActionBindingContextProvider is removed - the ActionBindingContext
will be created by the invoker. For now it will be part of the action
context.
2015-01-12 14:18:20 -08:00
..
Compiler/Resources Merged compiler/resources with Compiler/Resources 2015-01-12 13:29:37 -08:00
Logging react to aspnet/HttpAbstractions#146 changes 2015-01-07 17:53:35 -08:00
ActionResultTests.cs Adding SerializableError - a serializable container for the purpose of output conneg. 2015-01-06 14:07:45 -08:00
ActivatorTests.cs added activation tests for tag helpers 2015-01-12 12:51:41 -08:00
AntiForgeryTestHelper.cs Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00
AntiForgeryTests.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
ApiExplorerTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
ApplicationModelTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
BasicTests.cs
CompilationOptionsTests.cs Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
CompositeViewEngineTests.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
ConnegTests.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DependencyResolverTests.cs Remove use of `Assert.DoesNotThrow()` 2014-12-11 15:51:15 -08:00
DirectivesTest.cs
ExceptionInfo.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
FileResultTests.cs
FiltersTest.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
FlushPointTest.cs Added more coverage in functional tests for FlushAsync 2015-01-05 10:36:37 -08:00
HttpResponseMessageExceptions.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
InlineConstraintTests.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
ModelBindingFromHeaderTest.cs Fix for #1681 - Model state errors are wrong with attributes like [FromHeader] 2014-12-10 14:03:51 -08:00
ModelBindingModelBinderAttributeTest.cs
ModelBindingTests.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MvcSampleTests.cs
MvcStartupTests.cs
MvcTagHelpersTests.cs Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00
NullLoggerFactory.cs
OutputFormatterTest.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
PrecompilationTest.cs Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
RazorInstrumentationTests.cs
RazorViewEngineOptionsTest.cs Adding functional test for RazorViewEngineOptions.FileSystem 2014-12-16 12:08:40 -08:00
RazorViewLocationSpecificationTest.cs
RequestServicesTest.cs
ResourceHelpers.cs
RoundTripTests.cs
RouteDataTest.cs
RoutingTests.cs Remove boxing of chars when concatenated with strings 2015-01-05 19:05:14 -08:00
TagHelperSampleTest.cs
TagHelpersTest.cs added few taghelper functional tests 2014-12-17 16:31:24 -08:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
ValueProviderTest.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
VersioningTests.cs
ViewComponentTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
ViewEngineTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
WebApiCompatShimBasicTest.cs [Fixes #1713]WebApiCompatShim doesn't work with Transfer Encoding: chunked 2015-01-05 21:52:13 -08:00
WebApiCompatShimParameterBindingTest.cs
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
project.json Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00