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

Remove unnecessary new allocation #781

Closed
AgusMarquezUala opened this issue Mar 27, 2023 · 3 comments · Fixed by #784
Closed

Remove unnecessary new allocation #781

AgusMarquezUala opened this issue Mar 27, 2023 · 3 comments · Fixed by #784

Comments

@AgusMarquezUala
Copy link

new KeyValuePair<string, IEnumerable<string>>[0];

new KeyValuePair<string, IEnumerable>[0] => Array.Empty<KeyValuePair<string, IEnumerable>>()

@github-actions
Copy link
Contributor

Hi there and welcome to this repository!

A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.

@FantasticFiasco
Copy link
Owner

Hi @AgusMarquezUala! Thanks for reporting the issue, I'll look into it!

@FantasticFiasco
Copy link
Owner

The v4.0.1 version has now been released on nuget.org. Thanks for your letting me know of the issue!

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 a pull request may close this issue.

2 participants