79122652

Date: 2024-10-24 15:32:00
Score: 1
Natty:
Report link

In dotnet 5+ you can add this to the target .csproj file.

<ItemGroup>
    <InternalsVisibleTo Include="Project.That.Wants.To.See.Internals" />
</ItemGroup>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Malt