Update src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs

Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
Bjarke Berg
2021-03-12 11:48:23 +01:00
committed by GitHub
parent aa34f32990
commit 9a180c1685

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