Ryan Nowak
7f34c94de7
Adding a context class for ValueProviderFactories
...
This allows model binding to once again be independent of routing. Sending
RouteContext into model binding was an odd choice from a layering
point-of-view.
2014-06-11 18:03:09 -07:00
Louis DeJardin
9c7cb6a958
Adding some tests for Http11
...
Requires updating to test utilities
Adding initial EventSource to try to see some order of events
2014-06-11 17:09:25 -07:00
Ryan Nowak
545c614320
temporarily disable stylecop for tests
2014-06-11 16:47:17 -07:00
Phil Haack
2dcbe545e3
Sort namespaces
...
How did @eilon let this ship with the namespaces unsorted. He's growing soft in his old age. :trollface:
2014-06-11 13:55:23 -07:00
Glenn Condron
611469e3a9
Update KVM to newer build, update Readme to show how to use KVMInstall. Pipe md to out-null when creating temp directory.
2014-06-11 13:45:59 -07:00
Praburaj
1ca9e25e54
Fixing an invalid 'And' condition while checking for process exited already
2014-06-11 13:31:55 -07:00
Praburaj
6b1a61f208
Checking if the host process is actually running before attempting to kill
...
adding some more diagnostics in case of host process failed to start.
2014-06-11 13:20:24 -07:00
Ryan Nowak
44ed23f65e
Fix a build break in k10
2014-06-11 12:49:15 -07:00
Stephen Halter
25bbfa7165
Fix test now that ServiceProvider throws a generic exception
...
aspnet/DependencyInjection#87
2014-06-11 12:14:37 -07:00
Tian Pan
31915f0b46
Remove ComponentResultHelper
...
Fix #598
2014-06-11 11:32:22 -07:00
Stephen Halter
af66fe1611
Inject all dependencies directly into RoleManager and UserManager
...
- All dependencies for RoleManager and UserManager should be required
- The old calls to GetService inside the constructors will throw instead of
returning null if left in after PR aspnet/DependencyInjection#87 is merged
2014-06-11 11:23:49 -07:00
Tian Pan
e95585dfbd
Remove ActionResultHelper
...
Fix #597
2014-06-11 11:17:45 -07:00
Tian Pan
60443101d5
Enable request to reach base controller class's action
...
Fix #378
2014-06-11 10:57:19 -07:00
Pranav K
b7f2981a6c
Updating build.sh based on KRuntime changes
2014-06-10 17:25:08 -07:00
Pranav K
484276d82d
Updating build.sh based on KRuntime changes
2014-06-10 17:24:49 -07:00
Pranav K
e740d0799f
Updating build.sh based on KRuntime changes
2014-06-10 17:24:24 -07:00
Pranav K
e223173869
Updating build.sh based on KRuntime changes
2014-06-10 17:24:16 -07:00
Pranav K
9afab74b8c
Updating build.sh based on KRuntime changes
2014-06-10 17:24:06 -07:00
Pranav K
8ce8447c08
Updating build.sh based on KRuntime changes
2014-06-10 17:23:50 -07:00
Pranav K
bbb3cf30e1
Updating build.sh based on KRuntime changes
2014-06-10 17:23:28 -07:00
Pranav K
ae6004dd11
Updating build.sh based on KRuntime changes
2014-06-10 17:22:44 -07:00
Pranav K
45dcd20268
Updating build.sh based on KRuntime changes
2014-06-10 17:22:35 -07:00
Pranav K
7ed2840872
Updating build.sh based on KRuntime changes
2014-06-10 17:17:03 -07:00
Pranav K
ae879573ca
Updating build.sh based on KRuntime changes
2014-06-10 17:16:45 -07:00
Pranav K
d8018a8b4e
Updating build.sh based on KRuntime changes
2014-06-10 17:15:57 -07:00
Pranav K
79f627868a
Updating build.sh based on KRuntime changes
2014-06-10 17:10:50 -07:00
sornaks
28516a0ae9
Changes to support DisplayColumn attribute. Updating the MvcSample as well to start using DisplayColumn attribute. Adding UnitTests for the same.
2014-06-10 16:45:55 -07:00
Praburaj
e2b4842680
Adding some more diagnostic logs for cleanup
...
This is to confirm that the host process started by the tests are cleaned up at the end of the test.
2014-06-10 12:17:17 -07:00
Pranav K
7396f58d99
Support ModelMetaData.IsRequired
...
* Update DataAnnotationsModelValidatorProvider to use ModelMetadata.IsRequired
* Adding tests and updating existing ones that didn't work with IsRequired
Fixes #533
2014-06-10 10:20:24 -07:00
Louis DeJardin
660babcd7f
Adding core clr configurations
2014-06-10 00:29:16 -07:00
Praburaj
a4ae444594
Enabling CoreCLR variation of the test
...
Value of the KRE_DEFAULT_LIB of the 'k test' process was flowing into Helios resulting in an exception. As the test is always running on desktop clr, the value of this variable always points to the desktop KRE path resulting in the exception. This fix will fix the issue.
2014-06-09 20:18:55 -07:00
Brice Lambson
9774d4531f
Revert "Run tests on both net45 and k10 ( Fix #42 )"
...
This reverts commit c2a22b57b0 .
2014-06-09 15:46:27 -07:00
Yishai Galatzer
95aa6ad607
Add AutoFac to the MVC sample
2014-06-09 15:00:40 -07:00
Pranav K
0123b38840
Adding missing files to kproj
2014-06-09 14:55:50 -07:00
Pranav K
cc0dadc6b6
More Stylecop cleanup for ModelBinding and Razor
2014-06-09 14:27:12 -07:00
Brice Lambson
c2a22b57b0
Run tests on both net45 and k10 ( Fix #42 )
2014-06-09 14:18:41 -07:00
Pranav K
59e419ba0a
Adding support for @Inject to Mvc
2014-06-09 13:43:08 -07:00
Javier Calvarro Nelson
c98bc503e8
Check for result.Body.Length = 0 instead of checking that the body is the empty string
2014-06-09 13:35:42 -07:00
Javier Calvarro Nelson
2523d5d9ea
Addressed feedback from @rynowak
2014-06-09 13:35:39 -07:00
Javier Calvarro Nelson
5ba74f500c
Incorporated code review feedback
2014-06-09 13:35:35 -07:00
Javier Calvarro Nelson
16f19b5cc6
Added functional tests to cover rendering views without layout and
...
to return a result without content.
2014-06-09 13:35:31 -07:00
dougbu
84396ad875
Clean up trailing whitespace in Core project
...
- checked and found no tabs in this project 😄
2014-06-09 11:56:52 -07:00
Pranav K
822d84a2b4
Use default values when binding action arguments
...
Fixes #545
2014-06-09 11:44:26 -07:00
Pranav K
a1fe088d3a
Removing RouteContext.RequestPath and calculating it from HttpContext as needed.
2014-06-09 11:18:49 -07:00
Ryan Nowak
1b7d52c84c
fixing stylecop in .Mvc and .Mvc.Common
2014-06-09 10:12:11 -07:00
David Fowler
ad738561af
Fixed project.json casing
2014-06-08 23:39:09 -07:00
David Fowler
75d0b29954
Renamed Project.json to Project.json2
2014-06-08 23:39:08 -07:00
Praburaj
022ff067ad
Moving the host start process into the try block
...
To make sure the host process is not left unkilled after a failure in host start complete.
2014-06-08 13:54:07 -07:00
Praburaj
c5f2b4054f
Fixing a test bug resulting in a null reference
...
After starting the klr.exe process, Process.MainModule.FileName returns null if checked soon. Adding a thread sleep to solve this issue.
2014-06-08 12:06:37 -07:00
Louis DeJardin
ebd6af0fd6
Trying to get 100 Continue working again
2014-06-08 01:03:56 -07:00