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

Replace uses of new T[0] with Array.Empty<T> #575

Merged
merged 2 commits into from Mar 7, 2021

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Feb 14, 2021

Applies the 'Empty.Array' helper from #501 and uses it in several places that currently use 'new T[0]'

(the places that have been changed are all places that cause CA1825 suggestions from FxCop, refs #449)

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

@piksel piksel merged commit 1c1df7b into icsharpcode:master Mar 7, 2021
@Numpsy Numpsy deleted the rw/empty_array branch March 7, 2021 21:39
HowToDoThis added a commit to HowToDoThis/SharpZipLib that referenced this pull request Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants