From 4b0e971cf5e374f8510da456b2dc48ff34be5b31 Mon Sep 17 00:00:00 2001 From: Anders Reus <88318565+andersreus@users.noreply.github.com> Date: Wed, 21 Jun 2023 22:44:39 +0200 Subject: [PATCH] Obsolete constructor with deprecated IScopeProvider (#14424) --- src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs b/src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs index ec4dff77f4..c6e1de7ff2 100644 --- a/src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs +++ b/src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs @@ -41,6 +41,7 @@ public class ContentValueSetValidator : ValueSetValidator, IContentValueSetValid _scopeProvider = scopeProvider; } + [Obsolete("This constructor is obsolete, the IScopeProvider will change to Infrastructure.Scoping.ScopeProvider instead, this will be removed in Umbraco 14.")] public ContentValueSetValidator( bool publishedValuesOnly, bool supportProtectedContent,