-
Notifications
You must be signed in to change notification settings - Fork 168
Update Empty web application template for beta5 #196
Update Empty web application template for beta5 #196
Conversation
@peterblazejewicz when running
Are you getting the same error? |
@sayedihashimi
|
Please try out the candidate beta5 packages from https://www.myget.org/f/aspnetbeta5/api/v2. For the Kestrel issue, why is WebListener showing up in the stack? Is your kestrel command setup correctly? |
I chatted with @danroth27 and @rustd they will investigate and get back to us. There is an issue with how kestrel is configured. |
6f85922
to
1a6e3f4
Compare
The PR is update according to @rustd input (package, hosting, etc), rebased and squashed. The local tests are updated and pass:
The restore passes: |
This commit update template files for Empty web application: - new hosting.ini file added to project - the test for Empty web application is updated to check for hosting.ini - project file updated to beta5 structure - the readme.md is fully updated and based on VS generated readme html
1a6e3f4
to
863fa3f
Compare
Thanks @peterblazejewicz I've merged it. I was able to build and run w/o errors. If you are still having errors try the following:
Note: I am still unable to stop kestrel on Mac such that the port is released. The only way I found to close kestrel is with |
|
So it will be fixed for beta5? |
Also is there an issue tracking this? |
This commit update template files for Empty web application:
This PR passes
npm test
, creates a project which OmniSharp in Atom compiles andlocks
. I've a problem with restoring it (as other projects) as I have to reconfigure my machine though.The PR should be ready to test againts local installation of beta5.
Thanks!