aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Review pubinternal types made public in 3.0 #8694

Closed pranavkm closed 5 years ago

pranavkm commented 5 years ago

As part of https://github.com/aspnet/Mvc/pull/8646, some types that were formerly pubinternal but exposed via public API surface were made public. Review these types. If we land on leaving the types public, add documentation to it.

pranavkm commented 5 years ago

Types made internal that are used in OrchardCore (not exhaustive):

cc @sebastienros

pranavkm commented 5 years ago

Meeting notes

PR to discuss the design