SwordfishCollections
SwordfishCollections copied to clipboard
C# library for Concurrent Observable Collection, Dictionary, and Sorted Dictionary
https://github.com/dotnet/sourcelink
I use WPF in WinForms . Before , i used CollctionsV2 and modeified the DispathcerQueueProcesser.cs so that it can run in WinForms , but the the UI and backgroundwork often...
Anybody have any ideas on how to get this collection type to play nicely with the ListCollectionView? Currently have a WPF ListView Binding to the CollectionView property of the collection,...
Can't add this package to c++/clr projects, need to work out how, see https://stackoverflow.com/questions/40893161/create-nuget-package-for-c-cli-mixed-assembly https://stackoverflow.com/questions/18694947/how-can-i-make-my-managed-nuget-package-support-c-cli-projects
As you are the dev it would be great to read why and how you have done this ... and maybe why. Differences to BCL and so on. So would...
The directory and project structure needs to be tidied up a bit on this project. There's a mix of some utility stuff in the Swordfish.NET project that is stored in...
Hi guys, This set of collections seems awesome. Any chance you will build them so they work in PCL Libraries? Would love to give them a try in Xamarin.Forms. Thanks...
With .NET 7.0 there are steps that can be taken to make a library Ahead Of Time compatible. See here https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/
The overloads are listed here https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary-2.getoradd?view=net-7.0 **Overloads** GetOrAdd(TKey, Func) | Adds a key/value pair to the ConcurrentDictionary by using the specified function if the key does not already exist. Returns...
Currently you can't directly bind to the CollectionView. Have a BindableCollectionView class. This wraps an immutable collection, fires INotifyCollectionChanged with a Reset action and gets the Synchronization context when it...