Merge remote-tracking branch 'origin/netcore/feature/reintroduce-friendly-bun-untestable-published-content-extensions' into netcore/feature/reintroduce-friendly-bun-untestable-published-content-extensions

This commit is contained in:
Bjarke Berg
2021-03-12 11:58:08 +01:00

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Cms.Web.Common.DependencyInjection
/// 1) Continue to have the same extension methods on IPublishedContent and IPublishedElement as in V8. To make migration easier.
/// 2) To have a tool to avoid breaking changes in minor versions. All methods using this should in theory be obsolete.
///
/// Keep in mind, everything this is used, the code becomes basically untestable.
/// Keep in mind, every time this is used, the code becomes basically untestable.
/// </remarks>
[EditorBrowsable(EditorBrowsableState.Never)]
internal static class StaticServiceProvider