dotnet-transform-xdt

(โ˜… 118)

Modern .NET tools and library for XDT (Xml Document Transformation)

  • .editorconfig
  • .gitignore
  • appveyor.yml
  • build.ps1
  • dotnet-xdt.sln
  • dotnet-xdt.sln.DotSettings
  • global.json
  • LICENSE.txt
  • README.md
  • test.ps1

# Installation Guide

1. Get the code
git clone https://github.com/nil4/dotnet-transform-xdt

Downloads the entire project code from GitHub to your computer.

cd dotnet-transform-xdt

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
<DotNetCliToolReference Include="Microsoft.DotNet.Xdt.Tools" Version="2.0.0" />

Type this command into your terminal and run it.

Command="dotnet transform-xdt --xml &quot;$(_SourceWebConfig)&quot; --transform &quot;$(_XdtTransform)&quot; --output &quot;$(_TargetWebConfig)&quot;"

Type this command into your terminal and run it.

<aspNetCore processPath="dotnet" arguments=".\XdtSample.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" />

Type this command into your terminal and run it.

<aspNetCore processPath="dotnet" arguments=".\XdtSample.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false">

Type this command into your terminal and run it.

"Microsoft.DotNet.Xdt.Tools": "1.0.0"

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation