Skip to content

Commit 4b0e971

Browse files
authored
Obsolete constructor with deprecated IScopeProvider (#14424)
1 parent 4d63b3c commit 4b0e971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public ContentValueSetValidator(
4141
_scopeProvider = scopeProvider;
4242
}
4343

44+
[Obsolete("This constructor is obsolete, the IScopeProvider will change to Infrastructure.Scoping.ScopeProvider instead, this will be removed in Umbraco 14.")]
4445
public ContentValueSetValidator(
4546
bool publishedValuesOnly,
4647
bool supportProtectedContent,

0 commit comments

Comments
 (0)