NMF-AnyText-Synchronizations
2.4.2
dotnet add package NMF-AnyText-Synchronizations --version 2.4.2
NuGet\Install-Package NMF-AnyText-Synchronizations -Version 2.4.2
<PackageReference Include="NMF-AnyText-Synchronizations" Version="2.4.2" />
<PackageVersion Include="NMF-AnyText-Synchronizations" Version="2.4.2" />
<PackageReference Include="NMF-AnyText-Synchronizations" />
paket add NMF-AnyText-Synchronizations --version 2.4.2
#r "nuget: NMF-AnyText-Synchronizations, 2.4.2"
#:package NMF-AnyText-Synchronizations@2.4.2
#addin nuget:?package=NMF-AnyText-Synchronizations&version=2.4.2
#tool nuget:?package=NMF-AnyText-Synchronizations&version=2.4.2
NMF AnyText
This package contains a library used to synchronize AnyText documents with other documents.
Why should I use this package?
Use this package if you want to synchronize multiple DSLs with AnyText and NMF Synchronizations. If both languages are textual DSLs, this can be achieved using
await SynchronizationBootstrapper.RunLspServerOnStandardInStandardOutAsync(
[yourGrammar1, yourGrammar2],
[new ModelSynchronization<Grammar1Type, Grammar2Type, SynchronizationType, SynchronizationStartRule>
{
IsAutomatic = true, // synchronization is started as soon as two files with the same name are opened
LeftExtension = ".ext1", // file extension associated with grammar 1
RightExtension = ".ext2" // file extension associated with grammar 2
}]);
The server will then post workspace changes whenever a change in one file affects the other.
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 | Versions 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. |
-
net10.0
- NMF-AnyText (>= 2.4.2 && < 3.0.0)
- NMF-AnyText-LSP (>= 2.4.2 && < 3.0.0)
- NMF-ModelServices (>= 2.2.1 && < 3.0.0)
- NMF-ModelSynchronizations (>= 2.0.461 && < 3.0.0)
- NMF-Synchronizations (>= 2.0.461 && < 3.0.0)
-
net9.0
- NMF-AnyText (>= 2.4.2 && < 3.0.0)
- NMF-AnyText-LSP (>= 2.4.2 && < 3.0.0)
- NMF-ModelServices (>= 2.2.1 && < 3.0.0)
- NMF-ModelSynchronizations (>= 2.0.461 && < 3.0.0)
- NMF-Synchronizations (>= 2.0.461 && < 3.0.0)
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.4.2 | 30 | 2/26/2026 |