79568627

Date: 2025-04-11 10:40:57
Score: 0.5
Natty:
Report link

Hey Bartek in csharp single quotes represent a single character, and double quotes represent a string so

'Hide'

Needs to be "Hide" - so something like

const coreFilter = permissions != null && permissions.Any(p => p.permissionLevel != "Hide" && p.areaIId == ${currentCustomer});

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nick Pattman