David Bloom
David Bloom
Thank you @NonPolynomial that gave me 90% of what I wanted. I now have a diagram that looks like this:  Is there any way to extend the blue line...
Using Dependency Walker it looks like `System.Runtime.InteropServices.RuntimeInformation` is referenced by the `netstandard.dll`, and is on my system at `"C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a"` so I don't know why I am getting a file not...
I removed the following section from my app's `.config` file and my app launched. I think this is the same issue here #https://github.com/dotnet/standard/issues/567#issue-270127054 ``` ```
According to that screenshot you have 60 binding errors. Can you post some code?
Thanks for the tip. I'll look into that. But it looks like the Deploy-Application.ps1 file validates the parameters, and won't accept anything that it is not expecting. ` ``` Param...
Well, I was hoping to leave PSADT as 'stock' as possible, but your suggestion is simple enough to implement and see how it goes. So I'll change my Deploy-Application.ps1 CMDLETBINDING...
I actually wrote an extension that does this. Would you be interested in this functionality?
No, I'm afraid it's not. In the meantime I found this extension that seems to implement the functionality I needed. https://github.com/jabbera/vsts-authenticode It allows you to use either a .pfx file...
Check this out https://github.com/Yubico/Yubico.NET.SDK/issues/4
For example, I have used this project as the basis for a Credential Provider that allows a user to unblock a blocked Yubikey.