Created Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCommented Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCommented Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCommented Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCommented Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCommented Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleClosed Unassigned: Mock Call 8 arguments [13]
I'm trying to use the Mock<>.Setup().Calls() with a function that has 8 arguments. It seems that the Tuple has a limit of 7 and there is a special case for 7+.The line Foq.fs#263_let ci =...
View ArticleCreated Unassigned: Calls to generic methods support [14]
Repro from Yan Cui: https://gist.github.com/theburningmonk/438ebe15b99ffd635da2public interface IDynamoDataAccessLayer{ void Save<T>(T entity, string config = null); void Save2<T>(T...
View ArticleEdited Unassigned: Calls to generic methods support [14]
Repro from Yan Cui: https://gist.github.com/theburningmonk/438ebe15b99ffd635da2 public interface IDynamoDataAccessLayer{ void Save<T>(T entity, string config = null); void Save2<T>(T...
View Article