Closed steviecoaster closed 5 years ago
@steviecoaster thank you for taking the time to submit this PR.
If there is anything else that you think this extension should have in terms of functionality, please feel free to let me know, I would love some feedback.
:tada: This issue has been resolved in version 0.3.0 :tada:
The release is available on:
Your GitReleaseManager bot :package::rocket:
ArrayLists are expensive in that they produce index output when adding/remove items from them. .Net now includes Generic.List, which can be strongly typed and produce no output on Add/remove operations.
Also removed the New-Object call, as invoking the New() method is faster than calling a cmdlet.
Expected Behavior
This should run a bit quieter now, and is future proof with non-deprecated classes.