What are the difference between Ploeh.AutoFixture
and AutoFixture
?
I have a project where I cannot use
using AutoFixture;
However, I have to use
using Ploeh.AutoFixture
What is the difference between these two and what would be pros and cons?
However, I also found another nuget package which enables me to add using AutoFixture;
only. What would be the best option?
I couldn't find the answer in stackoverflow. Any answer will enrich the community.
Thank you in advance.