Commit Graph

43839 Commits

Author SHA1 Message Date
Pranav K cb8a32e5a6 Updating the view engine to use Microsoft.AspNet.Razor package 2014-01-29 10:08:46 -08:00
Arthur Vickers b8f5824114 Merge pull request #1 from aspnet/ControllerUpdates
Everything but the kitchen async... (Updates to how Music Store controllers use data)
    
Specifically:
    - Dispose contexts
    - Use async wherever possible
    - Stop using initializers (currently hard-coded to drop and recreate each run)
    - Some general cleanup
    - Stop using AttachDbFilename
    
Not included here:
    - No major changes to app structure
    - No major changes to data model
    - No major changes to error handling, concurrency, etc.
2014-01-29 08:46:43 -08:00
ajcvickers c20584b749 Removing automatically added packages.config as requested. 2014-01-29 08:43:46 -08:00
ajcvickers 7c96726460 Updates following code review 2014-01-29 08:39:53 -08:00
David Fowler e79aefce8b Added template files and updated the init task. 2014-01-28 22:50:42 -08:00
David Fowler 26fd4a5a18 Updated build files. 2014-01-28 22:31:15 -08:00
David Fowler 1b0ccc8910 Updated build files. 2014-01-28 22:25:15 -08:00
AndrewPeters 9935af3a43 Improved package reference resolution. 2014-01-28 22:22:58 -08:00
David Fowler a1d5a02c70 Updated build files. 2014-01-28 22:21:10 -08:00
David Fowler 456067868c Updated build files. 2014-01-28 22:20:43 -08:00
David Fowler 29009fe3af Updated the build files. 2014-01-28 22:18:20 -08:00
Louis DeJardin baf338cc83 Apply code formatting 2014-01-28 17:48:49 -08:00
Levi Broderick 869a4ec267 Initial implementation of Microsoft.AspNet.Security.DataProtection 2014-01-28 17:14:26 -08:00
N. Taylor Mullen 73dae5fcaa Added an output validator to make a best-effort attempt at validating old and new codeDOM/codeTree output. 2014-01-28 17:05:48 -08:00
ajcvickers 6a9b6c16c2 Everything but the kitchen async... (Updates to how Music Store controllers use data)
Specifically:
- Dispose contexts
- Use async wherever possible
- Stop using initializers (currently hard-coded to drop and recreate each run)
- Some general cleanup
- Stop using AttachDbFilename

Not included here:
- No major changes to app structure
- No major changes to data model
- No major changes to error handling, concurrency, etc.
2014-01-28 16:16:02 -08:00
Chris Ross 9eac453540 Add Configuration, DataProtection. Add init target. 2014-01-28 15:57:50 -08:00
Chris Ross fa2b8932f9 Initial commit with build infrastructure. 2014-01-28 15:53:20 -08:00
Ryan Nowak 34af14b07f Adding solution file 2014-01-28 14:44:34 -08:00
Ryan Nowak c0660f347a Revert "Getting routing prototype into history"
We're not using the prototype as a base, just want to to be in the history
so we can easily refer to it.

This reverts commit 4183bc98be.
2014-01-28 14:26:58 -08:00
Ryan Nowak 4183bc98be Getting routing prototype into history 2014-01-28 14:25:49 -08:00
Ryan Nowak c9c65742c2 Adding routing repo to universe 2014-01-28 09:18:46 -08:00
Ryan Nowak 876cfaeb57 checkin of project structure 2014-01-28 09:13:56 -08:00
Ryan Nowak 879fa2c4e5 Adding build system files 2014-01-28 09:09:15 -08:00
Ryan Nowak a99fefd28d initial checkin (readme) 2014-01-28 09:01:44 -08:00
David Fowler 53268f3c9e Initial commit.
- Added original music store and k10 and net45 versions with new framework.
2014-01-28 02:27:26 -08:00
David Fowler 5d1371e18a Removed the clear for sources. 2014-01-27 23:25:14 -08:00
David Fowler 03164325b6 Removed the clear for sources. 2014-01-27 23:24:58 -08:00
David Fowler cc23673fa0 Removed the clear for sources. 2014-01-27 23:23:36 -08:00
David Fowler cd93c4f551 Don't use k-clean just delete the bin directory. 2014-01-27 22:58:26 -08:00
David Fowler 880add3de8 Fix a couple of things
- Fixed the build number generation
- Bumped version to 0.2.1
- Get projectk nuget on demand
- Removed k-init
2014-01-27 22:42:45 -08:00
David Fowler 824b877b4a Changed default target to initialize. 2014-01-27 22:03:55 -08:00
David Fowler b1ff6d32d3 Fixed up resources. 2014-01-27 21:30:53 -08:00
David Fowler b9c2bcecb7 Updated build.cmd 2014-01-27 19:32:50 -08:00
David Fowler a90b7e7d95 Updated build.cmd 2014-01-27 19:32:03 -08:00
David Fowler b8d9dd1925 Updated build.cmd 2014-01-27 19:31:23 -08:00
David Fowler a738b84deb Modified the build.
- Added BuildEnv with BuildNumber property
- Fixed generate projects
2014-01-27 19:26:53 -08:00
N. Taylor Mullen 3a214ab213 ifdef all of the razor bits that are reliant on non-coreclr bits.
Big thing we're missing is Char.GetUnicodeCategory(...) and Thread.Yield.  Tried to do my best to fill in the blanks.  Ripped out VB.
2014-01-27 18:52:02 -08:00
David Fowler 29571cce6d Added nuget.config 2014-01-27 17:24:45 -08:00
David Fowler 768e2f09fc Added nuget.config 2014-01-27 17:23:15 -08:00
David Fowler f1a2b3319d Added new pwd 2014-01-27 17:21:17 -08:00
N. Taylor Mullen 521a5c8517 Start to add a CodeTree codegen.
This addition will eventually replace CodeDOM to allow for the k10 project to build.  It is a new type of codegeneration method that is highly extensible.
2014-01-27 16:46:17 -08:00
Chris Ross 921a848cce Read compliationOptions per config. 2014-01-27 14:50:02 -08:00
Louis DeJardin fd9f392ec9 Fixing merge conflicts (?) 2014-01-27 12:47:14 -08:00
Louis DeJardin d6cd02d121 Updating abstractions 2014-01-27 11:46:32 -08:00
Louis DeJardin f7a4db4ae1 Roughing out more abstractions 2014-01-27 11:43:50 -08:00
Pranav K c89af1568e * Use Env:BUILD_NUMBER to version packages 2014-01-27 11:17:35 -08:00
David Fowler 724897d0eb Added super hacky RawOwinHttpContext for K profile. 2014-01-26 03:44:21 -08:00
David Fowler ea97108e76 Swallow errors while trying to load types. 2014-01-26 03:38:24 -08:00
David Fowler e5fb47158b Fixed project updates. 2014-01-26 02:52:30 -08:00
David Fowler 513295e19c Only update project file if there's changes to apply. 2014-01-26 02:36:59 -08:00