-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Return Array.Empty
instead of collection []
#25137
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
Return Array.Empty
instead of collection []
#25137
Conversation
@iSazonov do you have issues with VSCode and editorconfig not using rules? I still get recommendation to use |
@ArmaanMcleod I played with the option, and it works for me in VS Code. Maybe you need restart? Or not
|
src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs
Outdated
Show resolved
Hide resolved
Enumerable.Empty
instead of collection []
Array.Empty
instead of collection []
Thanks @iSazonov. I will play around with it, maybe need to reinstall extension.
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
📣 Hey @ArmaanMcleod, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
PR Summary
Return
Array.Empty
instead of collection[]
.Missed this in #25126 (comment)
PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).