-
Notifications
You must be signed in to change notification settings - Fork 168
Removed .remote(), added mocha test coverage for all application types etc. #59
Conversation
…s and sub generators. Added scripts section and npm test for Travis CI support.
@spboyer [...]
✓ mvcTest/Views/Shared/_Layout.cshtml created.
49 passing (502ms) Will let you know about created content asap. |
@spboyer I won't be able to verify if content is runnable on OS X - but that is rather @aspnet/Home problem. |
Sorry for the delay I'm just getting to this. I will try it out and report back. I noticed that the Travis CI build failed with the error below.
|
The changes are really amazing, thanks a lot for putting this together. Now the new project experience is really fast and works on an airplane :) People are really gonna like this improvement. OK the test cases were passing locally and I tried out the changes and things look to work so I merged it. Let's see if it passes from the master branch. @spboyer @peterblazejewicz Should we go ahead and release it? |
FYI I have updated the instructions on how to release, let me know if you guys have questions on that. |
@sayedihashimi great! Forgot about these pages. |
@sayedihashimi I can't say here nothing conclusively - I still cannot compile some of project templates due to some changes in kvm/kre as in linked topic: |
@peterblazejewicz when I got latest I did I haven't tried any updates from aspnet What version of mono do you have? I have |
@peterblazejewicz @sayedihashimi I bui all projects on OSX Yosemite with mono 3.8.0, and on Windows 8.1 in VS 2015 CTP 5. Only challenge I have is Travis CI is failing but local test are passing. Need to see why, npm locally is 2.8.x, need to look at how to make sure Travis is running the same. I'm a noob there. |
When I updated kvm threw homebrew now things are hosed. @spboyer you may want to keep the setup you currently have until it's resolved. Previously I was using mono |
|
OK I spent some time on this and got things working here is what I found. When I was running
I deleted the Using After that run @peterblazejewicz can you try it out and let me know if it works for you? It might make sense to export KRE_FEED="https://www.nuget.org/api/v2" to the profile script so that you're using nuget.org by default. |
@sayedihashimi busy testing |
@sayedihashimi Thanks for sticking with this problem |
@peterblazejewicz how about the other project types? Are they working for you? We have Nancy updates in a commit which has not been published so I'm hoping that may fix it but have not yet tested. |
@sayedihashimi Sayed, yes, every other sample project restores, builds and runs just fine with above. |
@peterblazejewicz ok, that's fine for now. We can revisit Nancy after beta3 is on |
SGTM 👍 |
Removed .remote(),
added mocha test coverage for all application types and sub generators.
Added scripts section to package.json for Travis CI support.
You can run test by executing
npm test
be sure to first donpm install
to restore any dependencies andnpm link
to run locally.@sayedihashimi
@peterblazejewicz