aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Run in OSX #56

Closed rmarinho closed 9 years ago

rmarinho commented 9 years ago

It would be nice if we could just clone and run it locally from OSX with kestrel.

hishamco commented 9 years ago

:+1: I will make a PR soon to support Kestrel too

DamianEdwards commented 9 years ago

This will require making the app target .NET Core (dnxcore50). This will potentially impact the dependencies it has as they also need to run on .NET Core, e.g. the Windows Azure Storage client, the YouTube API client. I can take a look to see if we can make it work but I have no need for it to run cross-platform right now so I purposely removed .NET Core as a target.

DamianEdwards commented 9 years ago

The YouTube API hasn't yet been updated for .NET Core so I'm closing this for now. We can revisit this in the future once that and the WindowsAzure.Storage client are ready for .NET Core and cross-platform.