ObservableComputations 1.2.1
See the version list below for details.
Install-Package ObservableComputations -Version 1.2.1
dotnet add package ObservableComputations --version 1.2.1
<PackageReference Include="ObservableComputations" Version="1.2.1" />
paket add ObservableComputations --version 1.2.1
#r "nuget: ObservableComputations, 1.2.1"
// Install ObservableComputations as a Cake Addin
#addin nuget:?package=ObservableComputations&version=1.2.1
// Install ObservableComputations as a Cake Tool
#tool nuget:?package=ObservableComputations&version=1.2.1
Computations over INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) objects. Results of the computations are INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) objects. The computations includes ones similar to LINQ and the computation of arbitrary expression. Observable сomputations are implemented as extension methods, like LINQ ones. ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.1
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
improved: behavior of Configuration.TrackComputingsExecutingUserCode property
improved: Concatenating<TSourceItem>, Prepending<TSourceItem>, Appending<TSourceItem>
renamed: interface namespace