Davi Paulino

Results 38 comments of Davi Paulino

The spec says that "expressions of the underlying script language can be used as an alternative to explicit **names** or indices", which makes me think that filter expressions can also...

We do provide XDT with the MSBuild log [here](https://github.com/Microsoft/slow-cheetah/blob/master/src/Microsoft.VisualStudio.SlowCheetah/Build/TransformTask.cs#L34), so erros should be logged somewhere. Is the error missing from both the Error List and the Output window?

I've tried to reproduce this issue, but couldn't. I've seen people using .NET 4.5.1 and 4.6.2 and also people using .Net Core projects. Can someone provide me a clean repro...

This is probably the same issue as #98. @xantari @bryanparke are the transforms associated with non-build configurations?

If the asset if an XML or JSON file, SlowCheetah should transform it. It will be in the output folder though, not the original folder. I'm not sure if I...

I'm not too familiar with Xamarin assets, but SlowCheetah outputs files to the output folder. If you need them in a specific folder, you can create a copy task and...

Does building you project always overwrite your base web.config? If that's the case, can you provide some steps to reproduce this from a new project? A diagnostic build would also...

This bug has gotten a little confusing because there are essentially two problems here. .NET Core projects have a different build pipeline and were created after SlowCheetah and such, are...

@antonberezan Do you have any logs or a way to generate them for the WebDeploy publish? If you do, look for the targets specified in the [docs](https://github.com/Microsoft/slow-cheetah/blob/master/doc/targets.md), more specifically, `ScApplyTransforms`...

@antonberezan The repo you linked doesn't have the physical pubxml files. Can you try using the prerelease version of the Nuget package? (3.1.61-pre) Logs for the publish process would also...