Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Implement codefixes that reduce unnecessary allocation when empty col…
Browse files Browse the repository at this point in the history
…lection required (#80)

* #58: Add CodeFix replacing empty collections with Enumerable.Empty<T>

* #58: Replace method parameters with Enumerable.Empty

* #58: Replace Enumerable.Empty with Array.Empty to cover more use cases
  • Loading branch information
cezarypiatek authored and mjsabby committed Jan 16, 2020
1 parent a9965de commit 6376205
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 0 deletions.
Loading

0 comments on commit 6376205

Please sign in to comment.