..
Compiler /Resources
Quick fix: Correct invalid HTML in some of our tag helper-related views
2015-03-23 22:13:03 -07:00
Logging
React to hosting changes
2015-03-19 11:07:25 -07:00
ActionResultTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ActivatorTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
AntiForgeryTestHelper.cs
Fixes #583 Generating a unique cookie name for an application.
2015-03-23 14:05:05 -07:00
AntiForgeryTests.cs
Fixes #583 Generating a unique cookie name for an application.
2015-03-23 14:05:05 -07:00
ApiExplorerTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ApplicationModelTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
BasicTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
BestEffortLinkGenerationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CompilationOptionsTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CompositeViewEngineTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ConsumesAttributeTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ContentNegotiationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ControllerDiscoveryConventionTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ControllerFromServicesTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CorsMiddlewareTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CorsTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CustomRouteTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
CustomUrlHelperTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
DefaultOrderTest.cs
Refactor of ViewComponent extensibility
2015-03-20 13:39:54 -07:00
DependencyResolverTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
DirectivesTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ErrorPageTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ExceptionInfo.cs
…
FileResultTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
FiltersTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
FlushPointTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
FormatFilterTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
HttpResponseMessageExceptions.cs
…
InlineConstraintTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
InputFormatterTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
InputObjectValidationTests.cs
Enabled coreclr for functional tests and reverted back previous change to skipped tests.
2015-03-21 23:21:53 -07:00
JsonOutputFormatterTests.cs
Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters
2015-03-20 10:41:06 -07:00
JsonResultTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
LinkGenerationTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.xproj
…
ModelBindingFromFormTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ModelBindingFromHeaderTest.cs
Fixing some inaccurate test names and comments
2015-03-20 15:36:50 -07:00
ModelBindingFromQueryTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ModelBindingFromRouteTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ModelBindingModelBinderAttributeTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ModelBindingTest.cs
Adding support for model binding specifically marked controller properties.
2015-03-20 17:37:09 -07:00
ModelMetadataAttributeTest.cs
Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters
2015-03-20 10:41:06 -07:00
MvcSampleTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
MvcStartupTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
MvcTagHelpersTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
OutputFormatterTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
PrecompilationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RazorCompilerCacheTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RazorEmbeddedViewsTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RazorFileSystemCaseSensitivityTest.cs
Issue #1736 - Razor view searches in case-sensitive filesystems.
2015-03-23 18:02:35 -07:00
RazorPageExecutionInstrumentationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RazorViewLocationSpecificationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RemoteAttributeValidationTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RequestServicesTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ResourceHelpers.cs
…
RespectBrowserAcceptHeaderTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ResponseCacheTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RoundTripTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RouteDataTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RoutingLowercaseUrlTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
RoutingTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
SerializableErrorTests.cs
Enabled coreclr for functional tests and reverted back previous change to skipped tests.
2015-03-21 23:21:53 -07:00
StreamOutputFormatterTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
TagHelperSampleTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
TagHelpersTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
TempDataTest.cs
[ Fixes #2157 ] Added additional functional tests for TempData
2015-03-19 15:55:23 -07:00
TestApplicationEnvironment.cs
…
TestHelper.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
TryValidateModelTest.cs
Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters
2015-03-20 10:41:06 -07:00
ValueProviderTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
VersioningTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ViewComponentTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
ViewEngineTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
WebApiCompatShimActionResultTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
WebApiCompatShimActionSelectionTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
WebApiCompatShimBasicTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
WebApiCompatShimParameterBindingTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
XmlDataContractSerializerFormattersWrappingTest.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
XmlDataContractSerializerInputFormatterTest.cs
Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters
2015-03-20 10:41:06 -07:00
XmlOutputFormatterTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
XmlSerializerFormattersWrappingTest.cs
Enabled coreclr for functional tests and reverted back previous change to skipped tests.
2015-03-21 23:21:53 -07:00
XmlSerializerInputFormatterTests.cs
React to hosting changes
2015-03-19 11:07:25 -07:00
project.json
Enabled coreclr for functional tests and reverted back previous change to skipped tests.
2015-03-21 23:21:53 -07:00