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

Empty Microsoft.AspNetCore.Server.Kestrel.Https assembly being removed #329

Open
Tratcher opened this issue Nov 22, 2018 · 0 comments
Open
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
Milestone

Comments

@Tratcher
Copy link
Member

Tratcher commented Nov 22, 2018

In ASP.NET Core 2.1 the contents of Microsoft.AspNetCore.Server.Kestrel.Https.dll were moved to Microsoft.AspNetCore.Server.Kestrel.Core.dll. This was done in a non-breaking way using TypeForwardedTo attributes. In the next major release (3.0) this empty assembly will be removed. Note that the nuget package was already being removed as part of #325.

Action required:

  • Libraries referencing Microsoft.AspNetCore.Server.Kestrel.Https 2.0 should update all AspNetCore dependencies to 2.1 or later. Otherwise they may break when loaded into a 3.0 application.
  • Applications and libraries targeting AspNetCore 2.1 and later should remove any direct references to the Microsoft.AspNetCore.Server.Kestrel.Https nuget package.

Please use dotnet/aspnetcore#4228 for discussion about this issue.

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

@Tratcher Tratcher added this to the 3.0.0 milestone Nov 22, 2018
@aspnet aspnet locked and limited conversation to collaborators Nov 22, 2018
@danroth27 danroth27 added the 3.0.0 Announcements related to ASP.NET Core 3.0 label Mar 2, 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