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! πŸ™‚ ...

August 19, 2021 Β· 1 min Β· Denis NuΘ›iu