NMF-ModelServices 2.2.1

dotnet add package NMF-ModelServices --version 2.2.1
                    
NuGet\Install-Package NMF-ModelServices -Version 2.2.1
                    
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-ModelServices" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NMF-ModelServices" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="NMF-ModelServices" />
                    
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-ModelServices --version 2.2.1
                    
#r "nuget: NMF-ModelServices, 2.2.1"
                    
#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.
#:package NMF-ModelServices@2.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NMF-ModelServices&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=NMF-ModelServices&version=2.2.1
                    
Install as a Cake Tool

NMF Model Services

NMF Model Services provides generic services connected to models when used in a server setting.

Why should I use this package?

This package contains the following classes:

  • JsonModelSerializer is a serializer implementation that serializes and deserializes models from and to JSON (rather than XMI which uses XML). The interface is the same.
  • IModelServer and the implementation ModelServer allow a service to access sessions of models. These sessions control an undo/redo stack and an active session.

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 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.  net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NMF-ModelServices:

Package Downloads
NMF-GLSP-Core

This package contains the GLSP implementation of NMF, used to implement GLSP servers in .NET languages.

NMF-PropertyService

This package contains the implementation of a JSON-RPC-based forms service that allows to view and edit the currently selected model element.

NMF-AnyText-Synchronizations

This package contains the AnyText libraries for synchronization purposes

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.1 237 1/16/2026
2.2.0 537 11/20/2025
2.1.0 232 11/6/2025
2.0.459 209 9/12/2025
2.0.457 238 8/20/2025
2.0.456 243 8/11/2025
2.0.454 312 8/7/2025
2.0.449 244 7/3/2025
2.0.445 222 6/27/2025
2.0.439 259 5/28/2025
2.0.437 271 5/22/2025
2.0.435 360 5/15/2025
2.0.434 331 5/13/2025
2.0.433 342 5/12/2025
2.0.423 226 5/2/2025
2.0.422 262 4/29/2025
2.0.421 220 4/25/2025
2.0.420 325 4/17/2025
2.0.419 286 4/3/2025
2.0.416 603 3/26/2025
Loading failed