David Gardiner
David Gardiner
I was under the impression that would result in addition information being included the the report, which sounded useful?
I've written up a workaround for this at https://david.gardiner.net.au/2021/05/dependabot-nuget-lockfiles.html, but would much prefer it was handled natively given that dependabot stops maintaining the PR once a 'foreign' commit has been...
No worries. I've actually implemented something similar for an xslt extension I created, so that could be a useful reference. https://github.com/flcdrg/XsltCop
You are correct. There isn't a way to do that at the moment. My initial thought is that we'd need to add a corresponding set of uninstall actions that mirror...
Sounds like a major release is due that includes this
Yes, it would be good to support v4. I'd welcome any contributions towards this.
Separate custom actions might be better. Not sure if we'd need to have a separate 64bit NuGet package to support this. Is your MSI compiled as 32bit or 64bit? If...
Probably also need to do this http://stackoverflow.com/questions/7769580/how-should-i-create-or-upload-a-32-bit-and-64-bit-nuget-package to support referencing 64bit custom action
Did you check to see if that extension is listed the configured files to ignore in Tools | Options | Show Missing?
I've just done a quick test myself - modified a csproj by adding this: ```xml ``` The Show Missing settings are as follows:  One thing to check - I...