Making "pubinternal" types in MVC internal #326
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Milestone
In ASP.NET Core,
pubinternal
types are types that are declared aspublic
but put in an.Internal
namespace. While these types are public they have no support policy and are subject to breaking changes. Unfortunately accidental use of these types has been common, resulting in breaking changes to these projects and limiting our ability to maintain the framework.In ASP.NET Core 3.0, we are updating all
pubinternal
types in MVC to either bepublic
in a supported namespace, orinternal
as appropriate. This includes types in the following namespaces:If there are specific types in these namespaces that are critical to your applications, please file an issue in https://github.com/aspnet/Mvc and we will consider making the requested types public.
[This announcement has been migrated to: dotnet/docs#14950]
The text was updated successfully, but these errors were encountered: