Nathan Roe
Nathan Roe
> Rather, you should add the gcAllowVeryLargeObjects node to your test's App.config file to allow creation of arrays larger than 2GB. I actually already tried this. It does get rid...
I reproduced this on Powershell 7.4.5 on my local Windows machine and on a Windows 2022 Azure Pipeline using the latest installed version of Powershell (I'm not seeing the version...
It looks like the Azure Pipeline was using Windows PowerShell, I'll update it to PowerShell Core and try it again there.
Same issue with 7.4.5 on the Windows 2022 Azure Pipeline
Looks like I can reproduce this using PS 7.4.5 on Ubuntu 22.04 using WSL as well: 
We actually noticed an issue with the missing non-generic Add methods and added them back. I'm fine adding a test for the generic methods. Can you tell me what I...
@NickCraver I added a couple tests that call the 2 new generic methods. Let me know if these look ok.