David Gardiner

Results 160 comments of David Gardiner

That's a good idea. Feel free to create a PR for this. This info is probably relevant to ensuring the NuGet package works for 32/64bit - https://stackoverflow.com/questions/35179461/adding-x86-and-x64-libraries-to-nuget-package

Sounds like WiX is running .NET as x86. Might need to research what is required to make WiX/MSI run x64 custom actions?

Not exactly sure, but I'd suggest starting with the examples in https://github.com/flcdrg/PowerShellWixExtension/tree/master/Tests (that do have escaped square brackets), and confirm that you can get those to work correctly.

Linking Chocolatey issue #744

I get this error when trying to run against a project that has the `nuget.config` file in a subdirectory. When I try it with another project which has that file...

Looks like you can add a `directory` to this bit: ```ruby source = Dependabot::Source.new( provider: "azure", repo: repo, directory: "mysubdirectory" ) ```

oh.. that's not good! I'll see if I can do some more testing myself. Good thing you checked it.

Looks like only Firefox currently supports the linkText property that I'm depending on.

I suppose you could, but it does seem a bit odd that you need to force Terraform to convert the output type for you, rather than let it stay as...

If it didn't filter out `object` type then that was what I was hoping. I'd then get an individual TF_OUT_ env var corresponding to the Terraform `output` variable that I...