ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
20.32k stars 1.37k forks source link

fix(sqlite): Fix generic class error in PS5 #5981

Closed niheaven closed 1 month ago

niheaven commented 1 month ago

Description

In PS5, the [System.Collections.Generic.SynchronizedCollection] type could not be found, so use [System.Collections.ArrayList]::Synchronized() as fallback.

Motivation and Context

How Has This Been Tested?

Checklist: