79550399

Date: 2025-04-02 10:44:29
Score: 1.5
Natty:
Report link
var userName = result.ClaimsPrincipal?.Claims  
.FirstOrDefault(c =\> c.Type.Equal("name",OrdinalIgnoreCase))?.Value;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KishoreKumarS