Skip to content

Commit

Permalink
Update AttributeCache.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 23, 2023
1 parent 9da843e commit 8b32fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NServiceBus.AuditFilter/AttributeCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

static class AttributeCache
{
static ConcurrentDictionary<Type, bool?> cache = new();
static ConcurrentDictionary<Type, bool?> cache = [];

public static bool TryGetIncludeInAudit(Type type, out bool includeInAudit)
{
Expand Down

0 comments on commit 8b32fb4

Please sign in to comment.