Ryan Brandenburg
edf4e8fd9e
DataAnnotations of Enum values use DataAnnotationLocalizerProvider
2018-05-25 16:00:00 -07:00
Ryan Nowak
96f29c5696
Use latest compat version in MvcSandbox
2018-03-29 21:35:03 -07:00
Javier Calvarro Nelson
908e7a863b
Improvements to the MVC testing package
...
* Clean up unnecessary workarounds on the build project.
* Remove the need to specify the content root relative to the solution
and use a solution based on an assembly level attribute on the test
assembly created at build time.
* Remove non parameterless constructors.
* Add support for creating specialized factories from the base factory
and keep track of "child" factories for disposal.
* Add support for creating clients that handle cookies and redirects
automatically.
2018-03-19 12:19:45 -07:00
Javier Calvarro Nelson
3d76fdf086
Private cache for cache tag helper and distributed cache tag helper
2017-07-10 15:00:19 -07:00
Ryan Nowak
8d9c16132a
Fix #6479 - remove IFileProvider constructor
...
The RazorProject implementation used by MVC at runtime has a constructor
that takes an IFileProvider (used by tests). This causes ambiguities
when a user registers an IFileProvider in DI.
Cleaning up tests to use a mock instead of the file provider directly
2017-07-04 13:48:56 -07:00
Nate McMaster
873a2fe17f
React to changes in Antiforgery API
2017-06-30 15:20:44 -07:00
BrennanConroy
f9d18393b6
React to Logging API changes
2017-05-03 14:23:45 -07:00
Pranav K
ccdaa5a729
Make /Pages the default root for pages.
...
Fixes #6184
2017-04-24 15:46:32 -07:00
Ryan Nowak
314aa366e1
Add TempData property support for Pages
2017-02-07 15:27:02 -08:00
Kiran Challa
cdcffd50da
Added Debug logger to MvcSandbox
2016-11-23 11:11:14 -08:00
Ryan Nowak
e77dc3af6a
Implement manual state machine
2016-08-01 10:38:46 -07:00
BrennanConroy
df7be69e85
Remove references to UseDefaultHostConfiguration
2016-04-27 18:38:34 -07:00
ryanbrandenburg
e915f36748
Update samples and test sites to new formats
2016-04-25 12:09:40 -07:00
John Luo
e0c0617185
Move web.config and use ANCM
2016-04-11 10:17:53 -07:00
ryanbrandenburg
906ac728c7
Null-check PagedBufferedStringWriter
2016-04-01 11:50:46 -07:00
John Luo
22b37fb83b
Update samples and react to Kestrel extensions
2016-03-30 17:33:25 -07:00
John Luo
555a8d0a3b
Reacting to Hosting changes
2016-03-24 12:10:09 -07:00
Pranav K
06289945d0
Reacting to CoreCLR package changes
2016-03-22 14:49:43 -07:00
Pranav K
385c21fbe2
Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX
2016-02-26 15:14:32 -08:00
Pranav K
5b805bb12d
Updating to use cli
...
Fixes #3908
2016-02-22 17:49:51 -08:00
N. Taylor Mullen
3be7fbdf9f
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
John Luo
249673f2bc
Reacting to hosting rename
2016-01-17 18:13:26 -08:00
John Luo
c5cab7a786
Reacting to hosting API changes
2016-01-12 18:07:17 -08:00
Ajay Bhargav Baaskaran
9517de1c45
React to hosting changes - updated samples
2015-12-18 16:11:28 -08:00
Pranav K
7dac5c711b
Reacting to Hosting changes
2015-12-18 15:59:42 -08:00
ryanbrandenburg
b6f8c523a8
* Remove MvcSample and replace with MvcSandbox
2015-11-23 11:53:48 -08:00