Search code examples
wpfnemerle

Building WPF/XAML applications in Nemerle


What's the process for building WPF apps in languages other than C#/VB, spefically Nemerle? Are there any command line tools available that can compile XAML and embed it into an assembly?

Are there command-line tools for using .NET languages other than C#/VB with WPF, so that I can manually compile the XAML myself without having to go through the IDE? For example, if I wrote an WPF app in say, Nemerle, how would you use Nemerle as the codebehind language for WPF?


Solution

  • For nemerle there is no XAML support for Visual studio yet.