fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 585 forks source link

On Mono Microsoft.Web.XmlTransform.dll causes problems #587

Closed devboy closed 8 years ago

devboy commented 10 years ago

See the related Issue on ProjectScaffold: https://github.com/fsprojects/ProjectScaffold/issues/119

forki commented 10 years ago

So I think it's related to https://github.com/fsharp/FAKE/pull/556 and we need to fix it. How can we get rid of Microsoft.Web.XmlTransform.dll or make it work? /cc @brianary

forki commented 10 years ago

At the moment (since it breaks ProjectScaffold) I consider to remove the XDTHelper - which would be sad.

brianary commented 10 years ago

It seems like we should be able to drop-in mrward's fork of the XDT dll https://github.com/mrward/xdt, unless you can think of a reason that wouldn't work.

On Sat, Nov 8, 2014 at 12:37 PM, Steffen Forkmann notifications@github.com wrote:

At the moment (since it breaks ProjectScaffold) I consider to remove the XDTHelper - which would be sad.

— Reply to this email directly or view it on GitHub https://github.com/fsharp/FAKE/issues/587#issuecomment-62277792.

brianary commented 10 years ago

I've sent a pull request using mrward's XDT.

dsyme commented 8 years ago

Closing old inactive issue