GitHunt
CO

CodingFlow/unit-testing-toolbox

References to tools and patterns for easy and efficient unit testing in C#.

unit-testing-toolbox

References to tools and patterns for easy and efficient unit testing in C#.

To be used in tests:

To be used in unit production code:

Other

<Project>

    <ItemGroup>
        <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
            <_Parameter1>$(AssemblyName).Tests</_Parameter1>
        </AssemblyAttribute>
    </ItemGroup>

</Project>

Contributors

MIT License
Created May 21, 2023
Updated May 23, 2023