Hello, ๐Ÿ‘‹

This is my first video blog post in which I try to explain AutoFixture.

Hereโ€™s the test case referenced in the video and the code repository for the Retroactiune project.

I used the following packages in my project.

1
2
3
4
    <ItemGroup>
        <PackageReference Include="AutoFixture" Version="4.17.0" />
        <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
    </ItemGroup>

Thanks for watching! ๐Ÿ™‚