cairoshell / ManagedShell

A library for creating Windows shell replacements using .NET.
https://www.nuget.org/packages/ManagedShell/
Apache License 2.0
301 stars 25 forks source link

Hopefully fix ThreadSafeObservableCollection #88

Closed dremin closed 1 year ago

dremin commented 1 year ago

I don't think a lock was actually being established with the existing code. This refactors the code to use a more modern, simple, and performant lock.