dotnet-transform-xdt
Modern .NET tools and library for XDT (Xml Document Transformation)
File Explorer
Download Latest Version (.zip)- ci.yml
- dotnet-xdt.csproj
- IXmlOriginalDocumentService.cs
- IXmlTransformationLogger.cs
- NamedTypeFactory.cs
- PositionTrackingTextReaders.cs
- Program.cs
- SR.Designer.cs
- SR.resx
- XmlArgumentUtility.cs
- XmlAttributePreservationDict.cs
- XmlAttributePreservationProvider.cs
- XmlAttributePreservingWriter.cs
- XmlAttributeTransform.cs
- XmlElementContext.cs
- XmlFileInfoDocument.cs
- XmlFormatter.cs
- XmlLocator.cs
- XmlLocators.cs
- XmlNodeContext.cs
- XmlNodeException.cs
- XmlTransform.cs
- XmlTransformableDocument.cs
- XmlTransformation.cs
- XmlTransformationException.cs
- XmlTransformationLogger.cs
- XmlTransforms.cs
- .gitattributes
- AttributeFormatting.log
- AttributeFormatting_baseline.xml
- AttributeFormatting_source.xml
- AttributeFormatting_transform.xml
- EdgeCase.log
- EdgeCase_baseline.xml
- EdgeCase_source.xml
- EdgeCase_transform.xml
- TagFormatting.log
- TagFormatting_baseline.xml
- TagFormatting_source.xml
- TagFormatting_transform.xml
- WarningsAndErrors.log
- WarningsAndErrors_source.xml
- WarningsAndErrors_transform.xml
- Web.config
- Web.Release.config
- dotnet-xdt.tests.csproj
- TestTransformationLogger.cs
- XmlTransformTests.cs
- .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 RecommendedPrerequisites
<DotNetCliToolReference Include="Microsoft.DotNet.Xdt.Tools" Version="2.0.0" />
Type this command into your terminal and run it.
Command="dotnet transform-xdt --xml "$(_SourceWebConfig)" --transform "$(_XdtTransform)" --output "$(_TargetWebConfig)""
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
Was this content helpful?
(0 ratings)
