NMF-Expressions 2.0.410

There is a newer version of this package available.
See the version list below for details.
dotnet add package NMF-Expressions --version 2.0.410
                    
NuGet\Install-Package NMF-Expressions -Version 2.0.410
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NMF-Expressions" Version="2.0.410" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NMF-Expressions" Version="2.0.410" />
                    
Directory.Packages.props
<PackageReference Include="NMF-Expressions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NMF-Expressions --version 2.0.410
                    
#r "nuget: NMF-Expressions, 2.0.410"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NMF-Expressions&version=2.0.410
                    
Install NMF-Expressions as a Cake Addin
#tool nuget:?package=NMF-Expressions&version=2.0.410
                    
Install NMF-Expressions as a Cake Tool

NMF Expressions

NMF Expressions is a library for building dynamic dependency graphs to support incremental change propagation.

Why should I use this package?

This package contains a library to execute queries and expressions in .NET with incremental change propagation by constructing a dynamic dependency graph (DDG).

For collections, we introduce two new monads:

  • INotifyEnumerable<T> essentially combines IEnumerable<T> with INotifyCollectionChanged, allowing queries over collections that support change propagation
  • IEnumerableExpression<T> behaves like IEnumerable<T> but has a dedicated method AsNotifiable to switch to incremental change propagation. This is meant for scenarios where the decision for or against incremental change propagation is delayed to runtime.

For both of these monads, many of the standard query operators are implemented, allowing you to obtain incremental change propagation e.g. for C# queries.

To support ObservableCollection<T>, there is also an extension method WithUpdates that tries to cast a collection to INotifyCollectionChanged in order to provide change notifications.

However, the library is not limited to queries, you can also obtain incremental change propagation for arbitrary functions using the classes ObservingFunc. These are a bit like the framework Func classes except that besides Invoke, they offer an Observe method that uses change notifications picked up using INotifyPropertyChanged and explicit implementations of dynamic algorithms to obtain efficient DDGs.

Where can I get more information?

There is a documentation website which we try to maintain that contains a few tutorials. There are publications if you want to explore the technical details. Also, please feel free to ask a question or report a bug.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 is compatible.  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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (20)

Showing the top 5 NuGet packages that depend on NMF-Expressions:

Package Downloads
NMF-Basics

This package contains the basic libraries for a model-driven project using the .NET Modelling Framework (NMF).

NMF-Repository

This package contains a set of classes to create NMF model repositories.

NMF-Collections

This package contains collection classes enabled for change propagation.

NMF-Transformations

This package contains NMF Transformations, a framework and internal DSL to specify model transformations in C#. It consists of a generic framework for model transformations, an execution engine based on this framework and an internal DSL on top of it.

NMF-CodeGen

A library for code generators.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.419 0 4/3/2025
2.0.416 719 3/26/2025
2.0.410 730 3/24/2025
2.0.409 663 3/24/2025
2.0.408 672 3/24/2025
2.0.397 397 3/21/2025
2.0.390 411 3/19/2025
2.0.389 690 3/18/2025
2.0.377 460 3/10/2025
2.0.344 550 2/13/2025
2.0.341 509 2/13/2025
2.0.338 495 2/13/2025
2.0.337 520 2/13/2025
2.0.336 496 2/12/2025
2.0.334 508 2/12/2025
2.0.300 507 1/23/2025
2.0.273 526 12/19/2024
2.0.265 509 12/13/2024
2.0.262 530 12/10/2024
2.0.251 519 11/29/2024
2.0.245 475 11/19/2024
2.0.227 638 9/13/2024
2.0.223 652 9/11/2024
2.0.222 627 8/30/2024
2.0.221 616 7/16/2024
2.0.220 574 7/15/2024
2.0.219 598 7/10/2024
2.0.217 662 6/20/2024
2.0.216 609 6/6/2024
2.0.207 1,042 3/25/2024
2.0.194 2,418 1/8/2024
2.0.193 2,787 12/7/2023
2.0.190 2,694 11/27/2023
2.0.189 2,928 10/27/2023
2.0.188 3,895 6/27/2023
2.0.187 3,693 6/22/2023
2.0.186 3,844 6/16/2023
2.0.185 3,865 6/1/2023
2.0.184 5,142 2/16/2023
2.0.183 5,340 1/26/2023
2.0.176 8,555 5/18/2021
2.0.174 7,914 5/5/2021
2.0.169 8,586 5/3/2021
2.0.167 9,314 5/1/2021
2.0.166 8,692 4/29/2021
2.0.165 8,964 4/28/2021
2.0.164 8,865 7/20/2020
2.0.163 8,714 6/15/2020
2.0.162 8,605 4/21/2020
2.0.161 8,569 4/7/2020
2.0.160 8,824 4/6/2020
2.0.158 8,827 4/6/2020
2.0.157 9,068 1/14/2020
2.0.156 9,415 1/9/2020
2.0.155 9,716 1/7/2020
2.0.154 10,222 1/2/2020
2.0.153 9,475 11/4/2019
2.0.152 9,260 11/1/2019
2.0.148 9,886 8/25/2019
2.0.147 9,068 8/6/2019
2.0.146 9,456 8/1/2019
2.0.145 8,029 7/30/2019
2.0.144 8,004 7/29/2019
2.0.143 7,929 7/29/2019
2.0.142 8,066 7/29/2019
2.0.141 8,176 7/29/2019
2.0.140 8,033 7/18/2019
2.0.139 7,787 7/17/2019
2.0.138 7,937 5/21/2019
2.0.137 9,131 5/17/2019
2.0.136 9,843 3/23/2019
2.0.135 8,067 11/30/2018
2.0.134 7,987 11/30/2018
2.0.133 8,366 10/15/2018
2.0.130 8,910 9/1/2018
2.0.129 9,309 7/4/2018
2.0.128 7,864 7/3/2018
2.0.127 7,946 6/28/2018
2.0.126 8,106 4/10/2018
2.0.124 7,924 4/4/2018
2.0.123 7,939 4/3/2018
2.0.122 8,515 3/30/2018
2.0.121 8,008 3/27/2018
2.0.120 7,950 3/21/2018
2.0.119 7,801 3/13/2018
2.0.118 9,303 3/7/2018
2.0.117 7,944 2/13/2018
2.0.116 7,963 1/29/2018
2.0.115 7,537 1/29/2018
2.0.114 7,325 1/25/2018
2.0.113 7,719 1/17/2018
2.0.112 7,836 1/12/2018
2.0.111 8,057 1/3/2018
2.0.110 7,834 12/19/2017
2.0.109 7,751 12/19/2017
2.0.108 8,997 12/18/2017
2.0.107 7,992 12/6/2017
1.0.99 5,482 12/1/2017
1.0.98 5,616 11/27/2017
1.0.97 5,658 11/21/2017
1.0.96 5,724 10/19/2017
1.0.95 5,789 10/19/2017
1.0.94 5,439 10/16/2017
1.0.93 5,673 10/11/2017
1.0.92 5,470 10/6/2017
1.0.91 5,721 10/6/2017
1.0.90 5,277 9/22/2017
1.0.89 5,796 8/30/2017
1.0.88 5,668 8/16/2017
1.0.87 4,754 8/7/2017
1.0.86 4,445 8/6/2017
1.0.85 4,871 7/4/2017
1.0.84 4,756 6/7/2017
1.0.83 4,926 6/7/2017
1.0.82 4,458 6/3/2017
1.0.81 4,774 5/10/2017
1.0.79 4,770 4/27/2017
1.0.78 4,684 4/27/2017
1.0.76 4,634 4/25/2017
1.0.75 4,801 4/25/2017
1.0.74 4,723 4/13/2017
1.0.73 4,790 4/6/2017
1.0.72 4,559 3/20/2017
1.0.71 4,956 3/17/2017
1.0.70 4,754 3/16/2017
1.0.68 4,685 3/5/2017
1.0.67 4,999 3/4/2017
1.0.65 4,800 3/4/2017
1.0.64 4,598 2/21/2017
1.0.63 4,647 1/19/2017
1.0.62 4,763 1/19/2017
1.0.61 4,965 1/11/2017
1.0.60 4,548 12/20/2016
1.0.59 4,900 12/6/2016
1.0.58 4,840 11/28/2016
1.0.57 4,629 11/25/2016
1.0.56 4,803 11/25/2016
1.0.55 5,038 11/18/2016
1.0.54 4,946 11/8/2016
1.0.50 4,881 10/4/2016
1.0.49 4,785 9/29/2016
1.0.48 4,995 9/20/2016
1.0.47 4,976 9/8/2016
1.0.46 4,829 9/7/2016
1.0.45 5,121 8/13/2016
1.0.44 5,011 8/11/2016
1.0.43 5,076 8/10/2016
1.0.42 4,724 8/5/2016
1.0.41 4,412 8/4/2016
1.0.36 4,464 8/3/2016
1.0.35 3,764 8/2/2016
1.0.34 4,320 7/26/2016
1.0.33 4,117 7/22/2016
1.0.31 3,904 7/20/2016
1.0.30 3,869 7/20/2016
1.0.29 3,775 7/18/2016