AutoFixture in ASP.Net Core π₯
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! π ...