-
Notifications
You must be signed in to change notification settings - Fork 168
Update templates based on VS CTP6 #70
Comments
👍 (I don't have VS2015 - but as I wrote previously that is what I expect - to have the same content on *nix machine that in VS) |
@peterblazejewicz some templates in VS have options like Auth which we don't have yet in yeoman. Maybe we can add those but maybe we should wait until things stabilize a bit. I'm chatting with @rustd and @coolcsh to see if we can have a single repo for templates which drive the following.
We need a single source for VS project/item templates. From there we can create a build process which extracts files from the official repo and generate templates for yeoman and editor specifics. I think it would be easier to start with Item Templates but it doesn't really matter much which we do first. I'd like to see what @rustd thinks of this. |
@peterblazejewicz FYI you can create a VS2015 CTP6 VM in Windows Azure. Click on the More Images link to get the VS CTP configs. |
Finding one issue with the web template, EntityFramework isn't fully baked. Migrations are not complete and are currently mocked in the template. In order to support on OSX you must use EntityFramework.InMemory, however there is a new/existing error introduced in beta3 - aspnet/HttpAbstractions#203 Other note: Commented out
Seeing as how this is a Visual Studio specific assembly, it was rem and the I am assuming the interest to to keep the generator and templates here as xplat as possible. webapi and empty are ready with test coverage. Waiting for thoughts on the web template. |
Thanks @spboyer
I think some of these issues may take time to solve. Whenever we run into a blocking issue we should create an issue (like you have in this case) and make sure to indicate that it's blocking xplat scenarios. In the mean time perhaps we should trim down the template to not rely on a DB? Once we get unblocked on the DB then we can add it back and get to parity with VS. Thoughts?
Sounds good, yes we should try and be as xplat as possible |
@sayedihashimi commented the |
@spboyer ok sounds good thanks. |
v 0.0.31 published. Blog post coming asap. |
We should update the project templates to match what we have in VS 2015 CTP6. I briefly spoke to @spboyer and he is investigating this. Will assign the item to him for now. Shayne if you need help let us know.
The text was updated successfully, but these errors were encountered: