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.
$ dotnet add package NMF-TransformationsNMF Transformations (NTL) is a model transformation language implemented in an internal DSL.
This package contains the basic class ReflectiveTransformation that is used to create a model transformation using NTL.
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.