I've just upgraded to V12, and this warning is currently showing up, I dislike warnings.
https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Infrastructure/Examine/ContentValueSetValidator.cs#L44
I'm not sure on how to fix this, I can change my reference from
using Umbraco.Cms.Core.Scoping;
to
using Umbraco.Infrastructure.Scoping
which fixes the warning, however my code for
new ContentValueSetValidator(arguments)
still requires the scopeProvider from
Core.Scoping
.
Is this fixable, or can this only be solved when upgrading to v14 as no separate constructor seems to exists?