79154937

Date: 2024-11-04 09:57:18
Score: 0.5
Natty:
Report link

For me, adding something like this in your project's .csproj file worked:

 <ItemGroup>
    <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
        <_Parameter1>WhateverFileName.Tests, PublicKey=213456789</_Parameter1>
    </AssemblyAttribute>
</ItemGroup>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DReact