Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.63 KB

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>