Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.4.0
Bug summary
When trying to create a new ContentValueSetValidator instance. The constructor requests a "IScopeProvider" from Umbraco.Cms.Core.Scoping which is depricated.
Specifics
This issue is in the "ContentValueSetValidator" class of the Umbraco.Cms.Infrastructure.Examine namespace.
Steps to reproduce
Expected result / actual result
Is it possible to have this changed? So that the "IScopeProvider" is used from Umbraco.Cms.Infrastructure.Scoping.