Fix some of the build errors after merge

This commit is contained in:
Nikolaj Geisle
2022-03-17 09:14:12 +01:00
parent 214bcceffc
commit 34471e35ce
25 changed files with 99 additions and 91 deletions

View File

@@ -5,5 +5,5 @@ namespace Umbraco.Cms.Core.DistributedLocking;
/// </summary>
public interface IDistributedLockingMechanismFactory
{
IDistributedLockingMechanism DistributedLockingMechanism { get; }
IDistributedLockingMechanism? DistributedLockingMechanism { get; }
}