MintPlayer.ObservableCollection
6.0.1
See the version list below for details.
dotnet add package MintPlayer.ObservableCollection --version 6.0.1
NuGet\Install-Package MintPlayer.ObservableCollection -Version 6.0.1
<PackageReference Include="MintPlayer.ObservableCollection" Version="6.0.1" />
<PackageVersion Include="MintPlayer.ObservableCollection" Version="6.0.1" />
<PackageReference Include="MintPlayer.ObservableCollection" />
paket add MintPlayer.ObservableCollection --version 6.0.1
#r "nuget: MintPlayer.ObservableCollection, 6.0.1"
#:package MintPlayer.ObservableCollection@6.0.1
#addin nuget:?package=MintPlayer.ObservableCollection&version=6.0.1
#tool nuget:?package=MintPlayer.ObservableCollection&version=6.0.1
Extended version of System.Collections.ObjectModel.ObservableCollection. This class allows you to:
1) Use AddRange, invoking the CollectionChanged event only once
2) Use RemoveRange, invoking the CollectionChanged event only once
3) Monitor properties of the items in the collection
4) Add/Remove/Replace items from another thread
5) Support for WPF
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MintPlayer.ObservableCollection:
| Package | Downloads |
|---|---|
|
KarnaughMap
This package contains a .NET Core Windows Forms control that renders a Karnaugh-map which is fully interactive. |
|
|
MintPlayer.ObservableCollection.Extensions
Extension methods for MintPlayer.ObservableCollection |
|
|
MintPlayer.KarnaughMap
This package contains a .NET Core Windows Forms control that renders a Karnaugh-map which is fully interactive. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MintPlayer.ObservableCollection:
| Repository | Stars |
|---|---|
|
sn4k3/NetSonar
Network pings and other utilities
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 277 | 11/11/2025 |
| 10.0.0-rc.1 | 216 | 9/19/2025 |
| 9.3.4 | 638 | 1/3/2025 |
| 9.3.3 | 202 | 1/3/2025 |
| 9.3.2 | 177 | 12/30/2024 |
| 9.3.1 | 138 | 12/30/2024 |
| 9.3.0 | 172 | 12/30/2024 |
| 9.2.0 | 176 | 12/29/2024 |
| 9.1.0 | 160 | 12/29/2024 |
| 9.0.0 | 168 | 11/13/2024 |
| 8.2.1 | 195 | 8/5/2024 |
| 8.2.0 | 208 | 2/28/2024 |
| 8.1.0 | 275 | 12/20/2023 |
| 8.0.0 | 323 | 11/14/2023 |
| 7.0.1 | 960 | 11/18/2022 |
| 7.0.0 | 473 | 11/17/2022 |
| 7.0.0-preview.1 | 205 | 10/31/2022 |
| 6.0.4 | 503 | 11/18/2022 |
| 6.0.3 | 522 | 10/31/2022 |
| 6.0.1 | 762 | 9/19/2022 |
| 6.0.0 | 683 | 9/19/2022 |
| 1.5.0 | 784 | 7/22/2021 |
| 1.4.0 | 519 | 6/28/2021 |
| 1.3.0 | 577 | 6/25/2021 |
| 1.2.2 | 832 | 11/7/2020 |
| 1.2.1 | 661 | 9/17/2020 |
| 1.2.0 | 802 | 7/7/2020 |
| 1.2.0-preview3 | 470 | 7/7/2020 |
| 1.2.0-preview2 | 458 | 7/7/2020 |
| 1.2.0-preview1 | 466 | 7/7/2020 |
| 1.1.1 | 639 | 7/7/2020 |
| 1.1.0 | 627 | 7/7/2020 |
| 1.0.7 | 564 | 7/7/2020 |
| 1.0.6 | 695 | 6/28/2020 |
| 1.0.5 | 714 | 6/27/2020 |
| 1.0.4 | 740 | 6/27/2020 |
| 1.0.3 | 623 | 6/8/2020 |
| 1.0.2 | 637 | 6/5/2020 |
| 1.0.1 | 633 | 6/5/2020 |
| 1.0.0 | 968 | 10/18/2019 |
v1.3.0
- Added null check for SynchronizationContext
v1.4.0
- Implement fix for adding/removing an empty list from the ObservableCollection in a WPF project
v1.5.0
- Change how range-operations are detected
- Don't iterate handlers if only 1 item was added/removed