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 |
Hao Kung
|
448ac5a0dc
|
React to options and hosting changes
|
2014-10-14 19:20:28 -07:00 |
Hao Kung
|
b6bd7f5d78
|
React to UsePerRequestServices
|
2014-10-09 14:17:04 -07:00 |
David Fowler
|
5890b5b254
|
Fixed up references
|
2014-10-05 13:24:00 -07:00 |
Chris Ross
|
85ad1aeb96
|
Handle IBuilder rename to IApplicationBuilder.
|
2014-09-10 14:12:08 -07:00 |
David Fowler
|
34add2249e
|
Updated to use the new target framework in project.json
|
2014-09-04 02:02:40 -07:00 |
David Fowler
|
2e6e5307f6
|
Updated to use the new target framework in project.json
|
2014-08-28 22:14:10 -07:00 |
David Fowler
|
fa6b3acc4a
|
Removed source files from the project
|
2014-08-15 09:14:49 -07:00 |
David Fowler
|
7e7c56ce48
|
Renamed configurations to frameworks in project.json
|
2014-07-13 21:58:12 -07:00 |
Ryan Nowak
|
0d7f38e10e
|
Commonize code to limit functional tests to a single site each
|
2014-06-25 09:00:34 -07:00 |
dougbu
|
0c6749a5e7
|
Catch MVC up with Helios rename
- allows builds to succeed after cleaning your repo (without NuGet.org source)
|
2014-06-23 14:05:47 -07:00 |
Brice Lambson
|
172dcd179b
|
Bump version to 6.0.0-*
|
2014-06-19 11:21:43 -07:00 |
harshgMSFT
|
08b64a2a4a
|
InlineConstraint Functional Test, removing the dependency on a physical file.
|
2014-06-18 13:42:33 -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 |