Ryan Nowak
d9fe305802
Fix for #1275 - Adding ApiController
...
This change includes the basic properties that we're providing for
compatability as well as some functional tests and unit tests that verify
that ApiController can be a controller class.
2014-10-10 13:41:42 -07:00
Ryan Nowak
f66345263d
Add WebApiCompatShim project structure
2014-10-10 13:41:35 -07:00
Pranav K
acac2802db
Removing version token from framework assemblies node
2014-10-10 12:53:35 -07:00
Levi B
c859c3dad5
Skip failing test due to DataProtection changes.
2014-10-10 12:27:14 -07:00
Levi B
2e65a40555
Update Security to account for DataProtector API changes.
2014-10-10 12:21:08 -07:00
Pranav K
0d27849c14
Removing version token from framework assemblies node
2014-10-10 12:19:24 -07:00
Harsh Gupta
e319fef5cb
Adding CancellationTokenModelBinder.
2014-10-10 12:16:49 -07:00
Levi B
821e13a1a7
Update Hosting to account for DataProtection API changes.
2014-10-10 12:13:58 -07:00
Levi B
0a91227a4d
Update Identity to account for DataProtection changes.
2014-10-10 12:05:00 -07:00
Pranav K
ad208442d8
Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish
2014-10-10 11:54:00 -07:00
Levi B
769f21783a
Implement new DataProtection pipeline.
2014-10-10 11:17:37 -07:00
Pranav K
fafc191d05
Removing version from framework assemblies node
2014-10-10 10:57:58 -07:00
Pranav K
9e2f992479
Removing version from framework assemblies node
2014-10-10 10:57:33 -07:00
Pranav K
c6d2d2ce24
Removing version from framework assemblies node
2014-10-10 10:55:55 -07:00
Pranav K
542d87d9d2
Removing version from framework assemblies node
2014-10-10 10:45:08 -07:00
Pranav K
83f4d0261d
Reacting to CLR package versioning changes
2014-10-10 10:34:52 -07:00
Pranav K
8b774e3abf
Reacting to CLR package versioning changes
2014-10-10 10:34:50 -07:00
Pranav K
a5a972023c
Reacting to CLR package versioning changes
2014-10-10 10:34:37 -07:00
Pranav K
d598b83e33
Reacting to CLR package versioning changes
2014-10-10 10:34:22 -07:00
Pranav K
91a11a9dfe
Reacting to CLR package versioning changes
2014-10-10 10:34:07 -07:00
Pranav K
2637894ab6
Reacting to CLR package versioning changes
2014-10-10 10:34:04 -07:00
Pranav K
b19764d922
Reacting to CLR package versioning changes
2014-10-10 10:34:01 -07:00
Pranav K
0a49dc08df
Reacting to CLR package versioning changes
2014-10-10 10:33:38 -07:00
Pranav K
ba0e3321bf
Reacting to CLR package versioning changes
2014-10-10 10:33:06 -07:00
Pranav K
121d0b1acf
Reacting to CLR package versioning changes
2014-10-10 10:32:54 -07:00
Pranav K
dc04ff843c
Reacting to CLR package versioning changes
2014-10-10 10:32:48 -07:00
Pranav K
e094c1a71d
Reacting to CLR package versioning changes
2014-10-10 10:32:44 -07:00
Pranav K
3279c15047
Reacting to CLR package versioning changes
2014-10-10 10:31:13 -07:00
Pranav K
e1f5c0a4b1
Reacting to CLR package versioning changes
2014-10-10 10:30:37 -07:00
tugberkugurlu
a023b08282
replacing newlines inside the error message with the HTML br tag on error
...
page to properly dispaly the newlines on the error page
2014-10-10 11:26:59 +03:00
NTaylorMullen
fb6b1748a6
Move ITagHelperActivator DI registration.
...
- Moved the ITagHelperActivator registration in MvcServices to sit with the RazorPage pieces (it's used on the RazorPage).
2014-10-10 00:45:06 -07:00
YishaiGalatzer
275f63e91f
Prevent Roslyn from loading prematurely on cold start
2014-10-09 23:34:02 -07:00
N. Taylor Mullen
75a77e2d01
Add tests to validate attribute value rendering.
...
- Exposed internals from Mvc.Razor.Host to Mvc.Razor.Test so it can use the MvcRazorHost override that takes the IFileSystem.
- Added end-to-end code generation tests for TagHelpers with ModelExpression properties.
#1241
2014-10-09 22:47:26 -07:00
NTaylorMullen
2005c3cd85
Add ModelExpression code generation.
...
- Sealed the ModelExpression.
- We use the stringified version of the ModelExpression type name to detect ModelExpression properties on TagHelpers. This is so the MvcRazorHost can work in tooling and in runtime.
- Created a GeneratedTagHelperAttributeContext to represent the specific stringified versions of the ModelExpression assets.
- Created an MvcTagHelperAttributeValueCodeRenderer to modify rendering of ModelExpression properties.
#1241
2014-10-09 22:47:25 -07:00
Ryan Nowak
ad76a3c8fb
Fixing a bad merge on Mvc.sln
2014-10-09 19:13:29 -07:00
YishaiGalatzer
80ef37ab0a
Add unit tests to controller properties
2014-10-09 18:18:03 -07:00
Pranav K
ba6813a418
Support specifying paths starting with ~/ for layout and partial views
...
Fixes #821
2014-10-09 17:15:09 -07:00
YishaiGalatzer
4baa2910b7
Add compatibility items for controller back from MVC 5
2014-10-09 16:42:39 -07:00
Praburaj
ae91663eb7
Fixing a few things
...
1. Changing the SigninAsAuthenticationType to a variable to avoid failures when the value changes.
2. Adding a Scripts folder like default VS projects.
3. Adding version numbers to GAC assemblies in the test project.
4. Adding a check for pack-exclude.
2014-10-09 16:11:38 -07:00
Chris Ross
f35dd45ea6
HTML decode URL.
2014-10-09 15:49:27 -07:00
Hao Kung
3e9f251618
Update MusicStore SPA
2014-10-09 14:37:45 -07:00
Hao Kung
22152fda59
Update test to use UsePerRequestServices
2014-10-09 14:31:56 -07:00
Hao Kung
6fe663951d
Update new test to use UsePerRequestServices
2014-10-09 14:26:18 -07:00
Hao Kung
59ec9de771
React to Identity SqlServer -> EntityFramework rename
2014-10-09 14:20:36 -07:00
Hao Kung
e9038b40f1
React to UsePerRequestServices
2014-10-09 14:18:09 -07:00
Hao Kung
b6bd7f5d78
React to UsePerRequestServices
2014-10-09 14:17:04 -07:00
Hao Kung
d06c973f57
React to UsePerRequestServices rename
2014-10-09 14:13:51 -07:00
Hao Kung
babb296f35
Rename UseServices -> UsePerRequestServices
2014-10-09 14:05:59 -07:00
Hao Kung
684aaed9bd
Cleanup headers
2014-10-09 14:04:36 -07:00
N. Taylor Mullen
ae4adf6af6
Fixed rebasing issues.
2014-10-09 13:48:23 -07:00