Commit Graph

40803 Commits

Author SHA1 Message Date
David Fowler 7561fb683a Updated build. 2014-01-24 02:21:32 -08:00
David Fowler a0de7048b5 Ifdef to make stuff compile on both platforms. 2014-01-24 02:20:46 -08:00
David Fowler b0933fdd35 Updated the build and removed older projects. 2014-01-24 02:02:47 -08:00
David Fowler b5a80997d6 Fixed missing references node in k10 project 2014-01-24 01:57:03 -08:00
David Fowler b54a0da6e8 Updated MVC.
- Use new HttpAbstractions
- Updated the build
- Added new projects
2014-01-24 01:55:17 -08:00
David Fowler 854cb87b42 Updated version 2014-01-24 01:21:42 -08:00
David Fowler 9bc47f8698 Changed version 2014-01-24 01:19:07 -08:00
David Fowler 336e69a677 Added content type and WriteAsync as a stop gap. 2014-01-24 00:17:07 -08:00
David Fowler 76ef358974 Moved tests to test folder and renamed solution. 2014-01-23 23:54:25 -08:00
David Fowler 3ef8197d18 Updated projects and the build.
- Things compile with ifdefs for coreclr now.
2014-01-23 23:52:20 -08:00
David Fowler 77dd7e40eb Updated build. 2014-01-23 23:12:34 -08:00
David Fowler fbc894b0b9 Updated build file to makefile.shade 2014-01-23 22:31:19 -08:00
David Fowler 010f5f9569 Added default build files. 2014-01-23 21:29:58 -08:00
Louis DeJardin 7d4d95703a Update README.md 2014-01-23 20:24:47 -08:00
Louis DeJardin 93cff615c3 Create README.md 2014-01-23 20:24:02 -08:00
Louis DeJardin 27ff7762e9 Updating with work in progress 2014-01-23 14:53:22 -08:00
Louis DeJardin acdf8aa3bd Recursing to compile
continues to other repos on errors
displays summary at end
2014-01-23 13:54:11 -08:00
Louis DeJardin b20ee8784c Initial code 2014-01-23 13:53:13 -08:00
David Fowler fb35288326 Removed core services. 2014-01-22 19:35:13 -08:00
David Fowler f3008e8ff9 Renamed the solution file. 2014-01-22 19:04:34 -08:00
David Fowler 477cf79e58 Removed unneeded dependencies and updated owin bits. 2014-01-22 19:03:56 -08:00
Pranav K 7adb658a38 Moving compilation to Microsoft.AspNet.Mvc.Razor 2014-01-22 15:12:28 -08:00
Pranav K df5a6d30d6 * Migrating HtmlHelper stub
* Updating project json files to new format
2014-01-22 12:27:24 -08:00
Pranav K 69a99e5c41 Moving View overloads to Controller base type 2014-01-22 10:59:32 -08:00
David Fowler c734eada6f Added restore to build. 2014-01-21 21:52:44 -08:00
David Fowler 55b697a142 Updated build to add restore. 2014-01-21 21:52:15 -08:00
David Fowler 084d6e3544 Added initial build. 2014-01-21 20:17:07 -08:00
David Fowler cd744ed7bd Nuke the bin folder 2014-01-21 20:16:13 -08:00
Pranav K 7b8a54cc24 * Updating project structure to use the src, test, build, samples format
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00
Pranav K 5f4807dc9e Adding support for ViewData 2014-01-21 11:59:47 -08:00
Pranav K 0699e7aa40 Adding support for disk based views with code generation and compilation 2014-01-19 18:50:22 -08:00
N. Taylor Mullen 771da62400 Removed a lot of the Assert extensibility types 2014-01-18 23:43:51 -08:00
N. Taylor Mullen ce7f79ce50 Removed unneeded TestCommon code. 2014-01-18 23:26:32 -08:00
N. Taylor Mullen af14969b54 Added tests project. 2014-01-18 14:18:55 -08:00
N. Taylor Mullen 72e37d7ac6 Update code to be the latest bits. 2014-01-17 15:43:57 -08:00
Pranav K b918cb8170 Adding view engines 2014-01-16 16:04:18 -08:00
Yishai Galatzer 1ba47fa480 Extension methods/Object content/Dummy conneg/and formurlformatter 2014-01-15 21:22:50 -08:00
Yishai Galatzer bd2e434da9 Add JSON formatter support 2014-01-15 21:22:01 -08:00
David Fowler 50179ad99b Removed uneeded dependencies. 2014-01-11 23:06:03 -08:00
David Fowler ff854e3e15 Initial commit. 2014-01-11 20:12:30 -08:00
Louis DeJardin bdf69b0d0c Initial commit 2013-12-19 11:38:05 -08:00
David Fowler 99f612e5cb Use new reflection API 2013-12-15 06:53:05 -08:00
David Fowler cb2e881d4b Added project.json files. 2013-12-14 16:39:52 -08:00
David Fowler e7ade37b3f Moved the routing up a level. 2013-12-14 16:11:13 -08:00
David Fowler 81a4cfbfbf Call into the IActionResultFactory only if the return value isn't IActionResult. 2013-12-14 15:58:06 -08:00
David Fowler e87e819b14 Small tweaks. 2013-12-14 15:51:32 -08:00
David Fowler 307d2ea198 Reworked it so that it's fully action based.
- The action invoker factory is the entry point to an mvc application.
- The default implementation will use an IActionDescriptorProvider with
  a IActionInvokerProvider to resolve an IActionInvoker to invoke.
2013-12-12 21:40:56 -08:00
David Fowler b798736385 Treat returned strings as content results. 2013-12-12 19:47:56 -08:00
David Fowler 1dcafe5df4 Added basic HttpRequestMessage and HttpResponseMessage. 2013-12-12 12:37:06 -08:00
David Fowler 485eb48114 Added IActionResultHelper and other services.
- Support the Initialize pattern as an alternate ctor.
2013-12-12 12:05:43 -08:00