-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.0 Planning #1685
Comments
Thank you for infos. |
@rowanmiller thank you for sharing |
I'm really curious about the
Is there more info to share about this topic? |
@tomkuijsten any particular question? It's currently preview. We're working on releasing an RTM version. This is a Windows-only web server that sits on top of http.sys. |
@muratg well I'm working on a custom webserver for our win10iot project. But it feels like wasted time if you will support these kind of features out of the box any time soon. |
@tomkuijsten Feel free to check out dev builds (https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.Server.WebListener). Related repo will hopefully be OSS soon too. |
Thanks @muratg |
Hi @DamianEdwards @rowanmiller , thanks a lot for providing more info; Would you include a refreshed Azure Mobile .NET Server SDK for the next release? I am currently building a .Net Core app but had to include the full .Net in order to communicate with the mobile SDK, and the code gets convoluted when mixing up EF Core and EF with ASP.NET Identity Core on top. |
I really like where ASP.NET Core is going.
include the SignalR Client as well as the server? |
@Genae we started work on updating SignalR, but it's not in 1.1.0. |
Adding to @Eilon, there will be SignalR clients in addition to the server whenever we do release SignalR. |
I am not sure why but I was expecting to see an asp.net core 2.0 version to align with .net core/standard 2.0. It looks like it is done in the version 1.2 (so much versions, it is confusing!). |
@Jonathan34 the next version of ASP.NET Core will be 2.0, and is aligned with all the other "2.0" wave of releases. We just updated all our version numbers yesterday from 1.2 to 2.0, so you should see that in builds later this week. |
aaah, that makes more sense. Thanks! |
What is the status of UWP support? Any early prototype available? |
Can you specific about what you are asking for? |
High level plans for the next minor update.
WebHostBuilder.UseAzureAppService()
The text was updated successfully, but these errors were encountered: