I have an issue with creating a string array of type string[], everytime it creates 3 values but i want to be able to control this.
I am using
var tst = fixture.Create<string[]>();
I also looked into using CreateMany
but that seemed to return a type of IEnumerable.
Anyone have any ideas ?