79349436

Date: 2025-01-12 06:26:01
Score: 1
Natty:
Report link

For others, I was getting this error. I had this in a _ViewImports.cshtml file. Turned out that I had written

@{
    using class1;
}

Rewriting it as @using class1; fixed the problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: squareface