DocxToSource.Avalonia

About

A multi-platform application that will be able to generate dotnet source code based on OpenXml based documents. Inspired by rmboggs/DocxToSource and Avalonia.

How build it?

An easy way to build from source code is to use the Git and the .NET SDK 6.0 as follows:

$ git clone https://github.com/rstm-sf/DocxToSource.Avalonia.git && cd DocxToSource.Avalonia

$ dotnet build -c Release
$ dotnet src/DocxToSource.Avalonia/bin/Release/net6.0/DocxToSource.Avalonia.dll

Also, we can preliminarily change the target framework in .csproj file to another one that implementation supports .NET Standard 2.0

Credits