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

Add ToArray method and tests #69

Open
jreina opened this issue Oct 2, 2018 · 2 comments
Open

Add ToArray method and tests #69

jreina opened this issue Oct 2, 2018 · 2 comments

Comments

@jreina
Copy link
Member

jreina commented Oct 2, 2018

https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.toarray?view=netcore-2.1

@roopbiswas
Copy link

I would like to work on this. Can you please elaborate what the issue requires?

@jreina
Copy link
Member Author

jreina commented Oct 2, 2018

The issue requires the creation of a new method, ToArray following the existing convention for methods in the project (new file at ./ShittyLINQ/ToArray.cs), as well as the addition of a set of tests for the new methods. Again, the tests should follow the same convention as existing tests and should verify correctness when used properly, and also that the proper exception is thrown when used improperly (i.e. source is null). The newly added method should have the type signature and behavior described in the specification here

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

2 participants