dotnet-transform-xdt
Modern .NET tools and library for XDT (Xml Document Transformation)
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/nil4/dotnet-transform-xdt
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dotnet-transform-xdt
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천<DotNetCliToolReference Include="Microsoft.DotNet.Xdt.Tools" Version="2.0.0" />
이 명령어를 터미널에 그대로 입력해 실행하세요.
Command="dotnet transform-xdt --xml "$(_SourceWebConfig)" --transform "$(_XdtTransform)" --output "$(_TargetWebConfig)""
이 명령어를 터미널에 그대로 입력해 실행하세요.
<aspNetCore processPath="dotnet" arguments=".\XdtSample.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" />
이 명령어를 터미널에 그대로 입력해 실행하세요.
<aspNetCore processPath="dotnet" arguments=".\XdtSample.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false">
이 명령어를 터미널에 그대로 입력해 실행하세요.
"Microsoft.DotNet.Xdt.Tools": "1.0.0"
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
