We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0126a60 commit 370a9bdCopy full SHA for 370a9bd
src/Privileged/PrivilegeRule.cs
@@ -12,6 +12,7 @@ public partial record PrivilegeRule
12
/// <summary>
13
/// Represents a privilege rule that allows all actions and subjects.
14
/// </summary>
15
+ [IgnoreEquality]
16
public static PrivilegeRule AllowAll { get; } = new()
17
{
18
Action = PrivilegeActions.All,
0 commit comments