Skip to content
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

Kestrel's transport abstractions have been removed and made public instead of pubternal #363

Open
davidfowl opened this issue Jun 3, 2019 · 0 comments
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Breaking change Documented The breaking change has been published to the .NET Core docs Migrated

Comments

@davidfowl
Copy link
Member

davidfowl commented Jun 3, 2019

As part of moving away from pubternal APIs in we're in the process of exposing the Kestrel transport layer as a public interface in 3.0. Read more details here dotnet/aspnetcore#10308. As part of this change:

  • Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions has been removed (and all associated types)
  • NoDelay was remove from ListenOptions (and move to the transport options)
  • SchedulingMode was removed from KestrelServerOptions

[This announcement has been migrated to: dotnet/docs#14881]

@davidfowl davidfowl added Breaking change 3.0.0 Announcements related to ASP.NET Core 3.0 labels Jun 3, 2019
@davidfowl davidfowl added this to the 3.0.0-preview6 milestone Jun 3, 2019
@aspnet aspnet locked and limited conversation to collaborators Jun 3, 2019
@davidfowl davidfowl changed the title Kestrel's transport abstractions are have been removed Kestrel's transport abstractions have been removed and made public instead of pubternal Jun 3, 2019
@mkArtakMSFT mkArtakMSFT removed their assignment Oct 1, 2019
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Projects
None yet
Development

No branches or pull requests

4 participants