Stephen Halter
|
a21ed4bc51
|
Replace calls to GetService<T> with GetRequiredService<T>
Even though GetService<T> still exists, GetRequiredService<T> preserves
the old behavior of throwing for missing services.
|
2014-10-16 14:51:41 -07:00 |
YishaiGalatzer
|
13ee27c92c
|
Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames
|
2014-10-11 13:26:07 -07:00 |
Pranav K
|
ad208442d8
|
Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish
|
2014-10-10 11:54:00 -07:00 |
sornaks
|
28e334d3db
|
Issue #668: Sample should be covered by a basic functional test.
|
2014-09-04 14:07:46 -07:00 |
Ben Brown
|
01f5fec210
|
Added Logging to Mvc
|
2014-08-01 15:33:47 -07:00 |
Ryan Nowak
|
0d7f38e10e
|
Commonize code to limit functional tests to a single site each
|
2014-06-25 09:00:34 -07:00 |
harshgMSFT
|
170283c724
|
Fixing StyleCop Issues for issues reported for commit# b58083f73a
|
2014-06-16 13:16:37 -07:00 |
harshgMSFT
|
10285d7d39
|
This additional constraint enables adding a route to the template (and potentially to the UseMvc method) without actually implementing the actual artifact.
For example without adding an area to a controller, a route can still be added to the template.
- Also added functional tests.
|
2014-06-16 11:24:22 -07:00 |