sortxml
一个简单的实用程序,用于对xml文件进行排序(并美化)。 它使用Microsoft XML .NET命名空间。
单击此处获取。
建立
dotnet build .\sortxml.csproj - c Debug
dotnet publish .\sortxml.csproj - c Debug - r win - x64
构建平台: : 。
代码格式
有一个.editorconfig和匹配的omnisharp.json文件。
安装和使用dotnet格式工具。
dotnet tool install - g dotnet - format
dotnet forma
1