Embedio: .NET Core Support

Created on 6 Aug 2016  路  6Comments  路  Source: unosquare/embedio

Does EmbedIO have support for .NET Core 1.0 yet?

enhancement

Most helpful comment

The first Nuget with support to .NET Core was released. Version 1.1.0.

All 6 comments

No not yet.. We are waiting on someone to port the HttpListener class to .NET Core. There are some initial attempts already (https://www.google.com.mx/?gfe_rd=cr&ei=HBylV_uzO8ra8geaz7fgAg#q=.net+core+httplistener). If you'd like to try them out please let us know your results and suggestions.

Another HttpListener Core implementation: https://github.com/robertsundstrom/HttpListener

Well, I wanted to use this project on a Universal Window 10 app and failed for the same reason. Please port it to .Net Core.
BTW, robertsundstrom's implementation of HttpListener seems promising but still lacks some features. I don't know if your project uses these features tho.

Thanks for the great project.

I'm working on a HTTPListener port using as base the MONO project. I'll update this ticket when a stable version is released.

So far I'm able to use the WebAPI and StaticFiles. But SSL and WebSockets are out of scope so far.

The first Nuget with support to .NET Core was released. Version 1.1.0.

Was this page helpful?
0 / 5 - 0 ratings