I am getting an error on my unit tests after upgrade to 22R1, specifically as shown below:
Am I missing an updated PX.Tests.Unit DLL or other ?
Message:
System.MissingMethodException : Method not found: 'System.Threading.Tasks.Task PX.Licensing.IApiLicensePolicy.ApplyRequestThrottling()'.
Stack Trace:
TestBase.RegisterServices(ContainerBuilder builder)
LifetimeScope.CreateScopeRestrictedRegistry(Object tag, Action`1 configurationAction)
LifetimeScope.BeginLifetimeScope(Object tag, Action`1 configurationAction)
LifetimeScopeHelper.BeginLifetimeScope(ISlotStore slots, Object tag, Action`1 configurationAction) line 39
TestBase.ctor()