aspnetcore/test/WebSites/InlineConstraintsWebSite
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
..
App_Data This additional constraint enables adding a route to the template (and potentially to the UseMvc method) without actually implementing the actual artifact. 2014-06-16 11:24:22 -07:00
Controllers This additional constraint enables adding a route to the template (and potentially to the UseMvc method) without actually implementing the actual artifact. 2014-06-16 11:24:22 -07:00
Views This additional constraint enables adding a route to the template (and potentially to the UseMvc method) without actually implementing the actual artifact. 2014-06-16 11:24:22 -07:00
DefaultCommandLineArgumentBuilder.cs InlineConstraint Functional Test, removing the dependency on a physical file. 2014-06-18 13:42:33 -07:00
ICommandLineArgumentProvider.cs InlineConstraint Functional Test, removing the dependency on a physical file. 2014-06-18 13:42:33 -07:00
InlineConstraintsWebSite.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
Startup.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
project.json Fixed up references 2014-10-05 13:24:00 -07:00