Skip to content

convert all instances of new type[0] to Array.Empty<type>() except statically allocated instances required for test member data#1194

Merged
zsd4yr merged 1 commit intomasterfrom
dev/zadanz/array-empty
Jun 24, 2019
Merged

convert all instances of new type[0] to Array.Empty<type>() except statically allocated instances required for test member data#1194
zsd4yr merged 1 commit intomasterfrom
dev/zadanz/array-empty

Conversation

@zsd4yr
Copy link
Contributor

@zsd4yr zsd4yr commented Jun 21, 2019

Fixes #1193

/cc @hughbe

…aticly allocated instances required for test member data
@zsd4yr zsd4yr requested a review from a team as a code owner June 21, 2019 19:29
@zsd4yr zsd4yr merged commit bced3b6 into master Jun 24, 2019
@zsd4yr zsd4yr deleted the dev/zadanz/array-empty branch June 24, 2019 16:51
@ghost ghost locked as resolved and limited conversation to collaborators Feb 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use Array.Empty<T> instead of new T[0]

2 participants