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 |
Chris Ross
|
85ad1aeb96
|
Handle IBuilder rename to IApplicationBuilder.
|
2014-09-10 14:12:08 -07:00 |
Pranav K
|
b8692c2c21
|
Updating FunctionalTests to use HttpClient abstractions
|
2014-09-01 11:16:54 -07:00 |
harshgMSFT
|
08b64a2a4a
|
InlineConstraint Functional Test, removing the dependency on a physical file.
|
2014-06-18 13:42:33 -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 |