Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Expectation Overloads for params #268

Open
JasonBock opened this issue Oct 20, 2023 · 0 comments
Open

Create Expectation Overloads for params #268

JasonBock opened this issue Oct 20, 2023 · 0 comments

Comments

@JasonBock
Copy link
Owner

Similar to what I did for parameters with default values, it would be nice to have overloads where, instead of generating the parameter type as Argument<string[]> values, it would be params string[] values. Not sure if this would open a can of worms with ambiguous method overloads, but it's worth a try.

Now that I think about it, I think I do this if there are parameters with default values, so I may need to tweak this a bit.

@JasonBock JasonBock added this to the 8.1.0 milestone Jan 21, 2024
@JasonBock JasonBock modified the milestones: 8.1.0, 8.2.0 Apr 16, 2024
@JasonBock JasonBock modified the milestones: 8.2.0, 9.0.0 Jul 16, 2024
@JasonBock JasonBock modified the milestones: 9.0.0, 9.1.0 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant