aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
Pranav K e5da44a82f Generate full pdbs for views on desktop and re-enable runtime error tests (#6442)
* Generate full pdbs for views on desktop and re-enable runtime error tests

StackTraceHelper \ PortablePdbReader used by Diagnostics is only useful for
reading portable pdbs on disk. However pdbs produced by views are entirely
in memory and therefore cannot be read. Consequently
we choose to generate full pdbs for views on Windows (when possible).
2017-06-26 10:46:12 -07:00
..
compiler/resources Add ITagHelperComponentManager (#6302) 2017-05-23 13:22:15 -07:00
AntiforgeryAuthTests.cs Order IgnoreAntiforgeryTokenAttribute and add test 2016-12-12 14:55:36 -08:00
AntiforgeryTestHelper.cs Change `FormTagHelper` to apply to all form tags. 2017-04-24 18:39:01 -07:00
AntiforgeryTests.cs Added functional tests for Antiforgery related to setting no-cache headers 2016-11-02 16:29:34 -07:00
ApiExplorerTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
ApplicationModelTest.cs Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
AsyncActionsTests.cs React to new ObjectMethodExecutor in Common 2017-05-03 15:40:02 +01:00
BasicTests.cs Upgrade Roslyn dependency to 2.0.0. 2017-04-21 11:41:31 -07:00
CompilationOptionsTests.cs Change TFM to netcoreapp2.0 (#6234) 2017-05-04 18:11:26 -07:00
ConsumesAttributeTests.cs Add support for media type suffixes (#5273, #6032) 2017-03-31 10:20:43 +01:00
ContentNegotiationTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
ControllerFromServicesTests.cs
CorsTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
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 Generate full pdbs for views on desktop and re-enable runtime error tests (#6442) 2017-06-26 10:46:12 -07:00
FileResultTests.cs Respond to RangeHelper refactor (#6348) 2017-06-06 11:22:35 -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
JsonPatchInputFormatterTest.cs Suppress JsonPatchDocument validation (#6429) 2017-06-22 14:14:11 -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 Fix documentation and target files issues 2017-06-23 19:09:45 -07:00
MvcEncodedTestFixtureOfT.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
MvcSampleFixture.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
MvcSandboxTest.cs Make /Pages the default root for pages. 2017-04-24 15:46:32 -07:00
MvcTestFixture.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
OutputFormatterTest.cs
RazorPageExecutionInstrumentationTest.cs Enabling Razor Instrumentation 2017-02-01 15:29:09 -08:00
RazorPageModelTest.cs Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
RazorPagesNamespaceTest.cs Adding functional tests for @namespace 2017-04-14 14:47:29 -07:00
RazorPagesTest.cs Allow AddPageRoute to route to pages root. (#6412) 2017-06-20 12:33:33 -07:00
RazorPagesViewSearchTest.cs Implement view search for pages 2017-04-18 16:11:24 -07:00
RazorPagesWithBasePathTest.cs _ViewStart.cshtml not picked up when added to the root of the app 2017-06-23 08:25:58 -07:00
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
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
RoutingTests.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
TagHelperComponentTagHelperTest.cs Add ITagHelperComponentManager (#6302) 2017-05-23 13:22:15 -07:00
TagHelpersFromServicesTest.cs Add back support for AddTagHelpersAsServices 2017-05-23 14:04:42 -07:00
TagHelpersTest.cs Re-enable skipped test 2017-04-04 19:25:50 -07:00
TempDataInCookiesTest.cs React to StringSegment changes 2017-05-23 14:01:44 -07: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
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 Re-enable net461 functional tests. 2017-06-06 13:10:29 -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 Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
XmlSerializerInputFormatterTests.cs