OmniSharp / generator-aspnet

yo generator for ASP.NET Core
877 stars 168 forks source link

Verification of yeoman generators for RC2 #698

Closed javiercn closed 8 years ago

javiercn commented 8 years ago

We are doing some verification on the Yeoman generators for the RC2 release of ASP.NET. I'm opening this bug to track all the feedback I collected from the verification process. I did the verification against the master branch on 05/04/2016 using dotnet cli rc2 2611 on an Ubuntu machine. I'll be opening individual bugs for these and put a pointer to those bugs in this issue.

Empty web application

peterblazejewicz commented 8 years ago

@javiercn Javier, thanks! I'll review your points

I did the verification against the master branch on 05/04/2016

Can you verify the same using RC2 branch, which is more stable and to-date with aspnet/Templates?

peterblazejewicz commented 8 years ago

@javiercn There are updates to RC2 merged into RC2 branch. Also there are two PRs that are WIP and postponed until after dotnet build errors are solved.

peterblazejewicz commented 8 years ago

@javiercn Can I close this? The RC2 branch has been updated with recent bits and tested on 1.0.0-preview1-002702 runtime? The most important is Dockerfile update pending Thanks!

javiercn commented 8 years ago

Hi,

Sorry for the delay. I'll be doing another final pass on Monday. I'll update this thread after that.

sayedihashimi commented 8 years ago

@javiercn let me know what you find out

javiercn commented 8 years ago

I did a second pass yesterday. I basically created every project (with every option) and ran restore, build, run, publish, run published bits. Everything worked without issues! (Opened on the browser and everything looked fine).

I'm closing this issue