OctopusDeploy / Issues

| Public | Bug reports and known issues for Octopus Deploy and all related tools
https://octopus.com
161 stars 20 forks source link

Ensure we are using the most recent XML transforms library #303

Closed PaulStovell closed 10 years ago

PaulStovell commented 10 years ago

When we run XML config transforms we currently use a library from CodePlex, which seems to be out of date with the latest library in VS2012, so not all features work:

http://help.octopusdeploy.com/discussions/problems/14000-xml-transfrom-insertifmissing

What should we be using? NuGet seems to now include an XML config transformer. Or perhaps we should bundle SlowCheetah? I know @jeff-french did some investigating here.

jeff-french commented 10 years ago

The only reason we switched this out was because Microsoft's license on Microsoft.Web.Xdt states that it cannot be shipped to any non-Windows platforms. Since we are no longer looking to make the Tentacle run on Mono we don't need to use that library anymore. We can switch to the official Microsoft.Web.XDT package from NuGet. Looks like #262 covers this.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.