79531269

Date: 2025-03-24 14:02:47
Score: 0.5
Natty:
Report link

In my case it was an attribute in the <configuration> tag.

This didn't work:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">   

Removing xmlns attribute allowed assembly to get found and loaded. This works:

<configuration>   
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shlasasha