NMF-GLSP 2.0.461

dotnet add package NMF-GLSP --version 2.0.461
                    
NuGet\Install-Package NMF-GLSP -Version 2.0.461
                    
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-GLSP" Version="2.0.461" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NMF-GLSP" Version="2.0.461" />
                    
Directory.Packages.props
<PackageReference Include="NMF-GLSP" />
                    
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-GLSP --version 2.0.461
                    
#r "nuget: NMF-GLSP, 2.0.461"
                    
#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-GLSP@2.0.461
                    
#: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-GLSP&version=2.0.461
                    
Install as a Cake Addin
#tool nuget:?package=NMF-GLSP&version=2.0.461
                    
Install as a Cake Tool

NMF GLSP

NMF GLSP is an implementation of the GLSP protocol by tailoring NMFs synchronization technology to graphical editors using the Graphical Language Server Protocol (GLSP).

When to use this package?

This package contains wrapper classes to expose the functionality of NMF GLSP through an ASP.NET Core Webserver project.

The minimal code to start a GLSP server for a given class YourLanguage that implements your graphical DSL is the following:

var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
builder.Services.AddWebSockets(opts => { });
builder.Services.AddGlspServer();
builder.Services.AddLanguage<YourLanguage>();

var app = builder.Build();
app.UseWebSockets();
app.MapGlspWebSocketServer("/glsp");

await app.RunAsync();

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.461 50 12/15/2025
2.0.460 186 11/28/2025
2.0.459 427 11/20/2025
2.0.458 184 9/12/2025
2.0.457 214 8/20/2025
2.0.456 203 8/11/2025
2.0.454 293 8/7/2025
2.0.449 220 7/3/2025
2.0.445 197 6/27/2025
2.0.439 243 5/28/2025
2.0.437 254 5/22/2025
2.0.435 314 5/15/2025
2.0.434 312 5/13/2025
2.0.433 338 5/12/2025
2.0.423 208 5/2/2025
2.0.422 237 4/29/2025
2.0.421 184 4/25/2025
2.0.420 320 4/17/2025
2.0.419 269 4/3/2025
2.0.416 564 3/26/2025
2.0.410 552 3/24/2025
2.0.409 508 3/24/2025
2.0.408 482 3/24/2025
2.0.397 218 3/21/2025
2.0.390 241 3/19/2025
2.0.389 232 3/18/2025
2.0.388 244 3/18/2025
2.0.377 275 3/10/2025
2.0.344 183 2/13/2025
2.0.341 192 2/13/2025
2.0.338 223 2/13/2025
2.0.337 187 2/13/2025
2.0.336 188 2/12/2025
2.0.334 185 2/12/2025
2.0.300 192 1/23/2025
2.0.273 191 12/19/2024
2.0.265 208 12/13/2024
2.0.262 189 12/10/2024
2.0.251 180 11/29/2024
2.0.245 206 11/19/2024
2.0.227 196 9/13/2024
2.0.223 227 9/11/2024
2.0.222 224 8/30/2024
2.0.221 187 7/16/2024
2.0.220 209 7/15/2024
2.0.219 168 7/10/2024
2.0.217 239 6/20/2024
2.0.216 185 6/6/2024