| .. |
|
compiler/resources
|
Add functional test covering an `IList<T>` property
|
2017-03-29 12:32:06 -07:00 |
|
AntiforgeryAuthTests.cs
|
Order IgnoreAntiforgeryTokenAttribute and add test
|
2016-12-12 14:55:36 -08:00 |
|
AntiforgeryTestHelper.cs
|
…
|
|
|
AntiforgeryTests.cs
|
Added functional tests for Antiforgery related to setting no-cache headers
|
2016-11-02 16:29:34 -07:00 |
|
ApiExplorerTest.cs
|
Add support for media type suffixes (#5273, #6032)
|
2017-03-31 10:20:43 +01:00 |
|
ApplicationModelTest.cs
|
…
|
|
|
BasicTests.cs
|
Serialize JSON using camel case by default
|
2016-06-09 11:58:23 -07:00 |
|
CompilationOptionsTests.cs
|
Remove net451 as a cross-compile target
|
2017-03-22 06:32:50 -07:00 |
|
ConsumesAttributeTests.cs
|
Add support for media type suffixes (#5273, #6032)
|
2017-03-31 10:20:43 +01:00 |
|
ContentNegotiationTest.cs
|
Add support for media type suffixes (#5273, #6032)
|
2017-03-31 10:20:43 +01:00 |
|
ControllerFromServicesTests.cs
|
[Fixes #3732] Simplify controller discovery.
|
2016-03-31 10:50:26 -07:00 |
|
CorsTests.cs
|
…
|
|
|
DefaultOrderTest.cs
|
…
|
|
|
DefaultValuesTest.cs
|
…
|
|
|
DirectivesTest.cs
|
Correct test failures on Windows with `git config core.autocrlf false`
|
2016-09-08 09:20:05 -07:00 |
|
DoNotRespectBrowserAcceptHeaderTests.cs
|
[Fixes #4945] Simple string returned by controller action is not a valid JSON!
|
2017-01-25 13:29:18 -08:00 |
|
ErrorPageTests.cs
|
Add AggregateExceptionTest (#6135)
|
2017-04-14 14:20:31 -07:00 |
|
FileResultTests.cs
|
Fixing typos Dowload -> Download
|
2016-09-20 15:55:19 -07:00 |
|
FiltersTest.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
FlushPointTest.cs
|
…
|
|
|
FormFileUploadTest.cs
|
ModelBinding: Remove IsReadOnly checks and add/update tests
|
2016-08-04 14:20:23 -07:00 |
|
HtmlGenerationTest.cs
|
Seperate view and model for enum display
|
2016-11-30 11:13:38 -08:00 |
|
HtmlHelperOptionsTest.cs
|
Change datetime to datetime-local
|
2017-01-13 15:40:30 -08:00 |
|
InputFormatterTests.cs
|
Make [FromBody] treat empty request bodies as invalid (#4750)
|
2017-04-10 16:55:14 +01:00 |
|
InputObjectValidationTests.cs
|
…
|
|
|
JsonOutputFormatterTests.cs
|
Serialize JSON using camel case by default
|
2016-06-09 11:58:23 -07:00 |
|
JsonResultTest.cs
|
Serialize JSON using camel case by default
|
2016-06-09 11:58:23 -07:00 |
|
LinkGenerationTests.cs
|
…
|
|
|
Microsoft.AspNetCore.Mvc.FunctionalTests.csproj
|
Remove net451 as a cross-compile target
|
2017-03-22 06:32:50 -07:00 |
|
MvcEncodedTestFixtureOfT.cs
|
Reacting to Hosting changes
|
2016-03-15 10:50:53 -07:00 |
|
MvcSampleFixture.cs
|
Allow functional tests with content to run from VS
|
2016-05-19 09:04:15 -07:00 |
|
MvcSandboxTest.cs
|
React to optional Razor directive token feature
|
2017-02-07 21:58:31 -08:00 |
|
MvcTestFixture.cs
|
Fix resource generation to work with dotnet test
|
2016-05-23 15:55:14 -07:00 |
|
OutputFormatterTest.cs
|
…
|
|
|
RazorPageExecutionInstrumentationTest.cs
|
Enabling Razor Instrumentation
|
2017-02-01 15:29:09 -08:00 |
|
RazorPagesTest.cs
|
RedirectToPage from a form-action handler includes the formaction
|
2017-04-12 09:27:08 -07:00 |
|
RazorPagesWithBasePathTest.cs
|
Removing _PageStart.cshtml
|
2017-04-06 08:14:37 -07:00 |
|
RazorViewLocationSpecificationTest.cs
|
…
|
|
|
RemoteAttributeValidationTest.cs
|
Add `[Remote(routeName : "name")]` tests
|
2016-05-03 12:25:00 -07:00 |
|
RequestServicesTest.cs
|
…
|
|
|
RespectBrowserAcceptHeaderTests.cs
|
[Fixes #4945] Simple string returned by controller action is not a valid JSON!
|
2017-01-25 13:29:18 -08:00 |
|
RouteDataTest.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
RoutingTests.cs
|
[Fixes #5038] HTTP Verbs mapping error GET and DELETE
|
2016-08-01 12:49:23 -07:00 |
|
SerializableErrorTests.cs
|
…
|
|
|
SimpleTests.cs
|
…
|
|
|
StreamOutputFormatterTest.cs
|
…
|
|
|
TagHelperComponentTagHelperTest.cs
|
Add TagHelperComponentTagHelper
|
2017-03-29 11:29:24 -07:00 |
|
TagHelpersFromServicesTest.cs
|
Migrate to MSBuild
|
2017-02-28 21:20:39 -08:00 |
|
TagHelpersTest.cs
|
Re-enable skipped test
|
2017-04-04 19:25:50 -07:00 |
|
TempDataInCookiesTest.cs
|
Make CookieTempDataProvider the default ITempDataProvider (#5892)
|
2017-03-07 16:04:47 -08:00 |
|
TempDataInSessionTest.cs
|
Make CookieTempDataProvider the default ITempDataProvider (#5892)
|
2017-03-07 16:04:47 -08:00 |
|
TempDataPropertyTest.cs
|
TempData property attribute
|
2017-03-16 16:34:35 -07:00 |
|
TempDataTestBase.cs
|
SaveTempDataFilter handle write to body
|
2017-01-27 10:54:00 -08:00 |
|
UrlResolutionTest.cs
|
…
|
|
|
VersioningTests.cs
|
…
|
|
|
ViewComponentFromServicesTests.cs
|
[Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator
|
2016-04-01 10:55:04 -07:00 |
|
ViewEngineTests.cs
|
Resolve path traversals in RazorViewEngine
|
2016-12-08 11:20:06 -08:00 |
|
WebApiCompatShimActionResultTest.cs
|
Serialize JSON using camel case by default
|
2016-06-09 11:58:23 -07:00 |
|
WebApiCompatShimActionSelectionTest.cs
|
Migrate to MSBuild
|
2017-02-28 21:20:39 -08:00 |
|
WebApiCompatShimBasicTest.cs
|
Remove net451 as a cross-compile target
|
2017-03-22 06:32:50 -07:00 |
|
WebApiCompatShimParameterBindingTest.cs
|
Serialize JSON using camel case by default
|
2016-06-09 11:58:23 -07:00 |
|
XmlDataContractSerializerFormattersWrappingTest.cs
|
…
|
|
|
XmlDataContractSerializerInputFormatterTest.cs
|
Restore `[Fact]` and `[Theory]` attributes
|
2016-07-14 15:25:45 -07:00 |
|
XmlOutputFormatterTests.cs
|
…
|
|
|
XmlSerializerFormattersWrappingTest.cs
|
…
|
|
|
XmlSerializerInputFormatterTests.cs
|
…
|
|
|
xunit.runner.json
|
Migrate to MSBuild
|
2017-02-28 21:20:39 -08:00 |