Blog Logo
TAGS

Morris.Moxy

Morris.Moxy is a code mix-in code generator for Microsoft .NET. Moxy allows you to write code templates at development time, which are then processed as Roslyn code-generators in real-time, and the results mixed-in to target classes. Moxy is FAST. Changes to the template should reflect in the code in real-time. No need to recompile C# source code between changes. The easiest way to get started is to read the documentation. You can download the latest release / pre-release NuGet packages from the official Morris.Moxy Nuget page. See the Releases page for release history.