BasePermissionKeyLister could not found #7357
Unanswered
mvmshakkir
asked this question in
Help
Replies: 1 comment 1 reply
-
Which serenity version do you use? Ensure it is registered to the services but it seems like your referenced serenity library is not have this class. https://github.com/serenity-is/Serenity/blob/master/CHANGELOG.md#872-2024-10-23 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Severity Code Description Project File Line Suppression State Details
Error CS0246 The type or namespace name 'BasePermissionKeyLister' could not be found (are you missing a using directive or an assembly reference?) ServiceScheduler.Web E:\ServiceScheduler\ServiceScheduler.Web\Modules\Common\AppServices\PermissionKeyLister.cs 9 Active
using ServiceScheduler.Administration;
using Serenity.Localization;
using ServiceScheduler.Administration;
using System.Reflection;
namespace ServiceScheduler.AppServices;
public class PermissionKeyLister(ITwoLevelCache cache, ITypeSource typeSource)
: BasePermissionKeyLister(cache, typeSource)
{
protected override string GetCacheGroupKey()
{
return RoleRow.Fields.GenerationKey;
}
}
Beta Was this translation helpful? Give feedback.
All reactions