..
compiler /resources
[ Fixes #5207 ] Support IsIndexer for ViewComponent tag helpers
2016-11-03 16:50:22 -07:00
AntiforgeryAuthTests.cs
Antiforgery goes at the end of filters
2016-11-02 16:50:27 -07: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 updateable ActionDescriptorCollection
2016-11-17 10:08:38 -08:00
ApplicationModelTest.cs
…
BasicTests.cs
Serialize JSON using camel case by default
2016-06-09 11:58:23 -07:00
CompilationOptionsTests.cs
Updating to netcoreapp1.1
2016-10-13 11:21:09 -07:00
ConsumesAttributeTests.cs
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
ContentNegotiationTest.cs
[ Fixes #5150 ] parsing issue on asp.net when request quality factor is specified
2016-10-18 12:52:53 -07: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
ErrorPageTests.cs
Adding functional test to verify error page middleware includes raw compilation content.
2016-10-31 10:28:04 -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
* Unignore test
2016-02-03 12:03:03 -08:00
FormFileUploadTest.cs
ModelBinding: Remove IsReadOnly checks and add/update tests
2016-08-04 14:20:23 -07:00
HtmlGenerationTest.cs
Correct test failures on Windows with `git config core.autocrlf false`
2016-09-08 09:20:05 -07:00
HtmlHelperOptionsTest.cs
Do not generate a validation summary when `excludePropertyErrors` unless specific model has an error
2016-09-08 15:36:47 -07:00
InputFormatterTests.cs
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
InputObjectValidationTests.cs
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
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
Revert "Remove dangling test workarounds for and mentions of closed bugs"
2016-01-30 00:02:57 -08:00
Microsoft.AspNetCore.Mvc.FunctionalTests.xproj
One build to rule them all
2016-07-06 16:21:18 -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
Move samples to Entropy
2016-05-02 10:06:17 -07:00
MvcTestFixture.cs
Fix resource generation to work with dotnet test
2016-05-23 15:55:14 -07:00
OutputFormatterTest.cs
…
RazorPageExecutionInstrumentationTest.cs
…
RazorViewLocationSpecificationTest.cs
* Give message correct path.
2016-02-02 11:08:41 -08:00
RemoteAttributeValidationTest.cs
Add `[Remote(routeName : "name")]` tests
2016-05-03 12:25:00 -07:00
RequestServicesTest.cs
…
RespectBrowserAcceptHeaderTests.cs
Serialize JSON using camel case by default
2016-06-09 11:58:23 -07: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
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
SimpleTests.cs
…
StreamOutputFormatterTest.cs
…
TagHelpersFromServicesTest.cs
[ Fixes #4087 ] Add support for AddTagHelpersAsServices()
2016-04-02 10:32:48 -07:00
TagHelpersTest.cs
Added a functional test for ViewComponent tag helpers
2016-10-21 16:17:13 -07:00
TempDataInCookiesTest.cs
Fixes CookieTempDataProvider to set the secure attribute of a cookie only if a request is secure
2016-11-08 13:30:28 -08:00
TempDataInSessionTest.cs
[ Fixes #5212 ] Added a cookie based ITempDataProvider
2016-10-03 14:04:57 -07:00
TempDataTestBase.cs
[ Fixes #5212 ] Added a cookie based ITempDataProvider
2016-10-03 14:04:57 -07:00
UrlResolutionTest.cs
…
VersioningTests.cs
…
ViewComponentFromServicesTests.cs
[ Fixes #4087 ] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator
2016-04-01 10:55:04 -07:00
ViewEngineTests.cs
Reacting to Localization CookieName change
2016-03-04 10:33:50 -08:00
WebApiCompatShimActionResultTest.cs
Serialize JSON using camel case by default
2016-06-09 11:58:23 -07:00
WebApiCompatShimActionSelectionTest.cs
…
WebApiCompatShimBasicTest.cs
Updating to netcoreapp1.1
2016-10-13 11:21:09 -07:00
WebApiCompatShimParameterBindingTest.cs
Serialize JSON using camel case by default
2016-06-09 11:58:23 -07:00
XmlDataContractSerializerFormattersWrappingTest.cs
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
XmlDataContractSerializerInputFormatterTest.cs
Restore `[Fact]` and `[Theory]` attributes
2016-07-14 15:25:45 -07:00
XmlOutputFormatterTests.cs
Revert "Move aspnet/External#18 comments into `SkipReason`"
2016-01-30 00:02:36 -08:00
XmlSerializerFormattersWrappingTest.cs
…
XmlSerializerInputFormatterTests.cs
…
project.json
Make Microsoft.AspNetCore.Mvc.TestCommon a regular project
2016-11-23 16:23:56 -08:00