Hugh Jeffner

Results 5 comments of Hugh Jeffner

I had a similar problem and I figured out it was because I spawning a child process that runs after my app is closed. When my app closed, the port...

Does `CertificateManager.CertificateValidDays` set the period of the auto-generated root CA (`rootCert.pfx`) as well? That might be a problem. Ideally, I'd like a long-lived root CA and short-lived 'on-the-fly' certs

I tried the fix referenced but I got horrible quality output image.

Try using the `/lib:` option pointing to your output directory. Not sure why it works, but it did for me.

I had a similar problem trying to merge `Newtonsoft.Json.dll` when using a property attribute (removing the attribute allowed the merge). My solution was to add `LibraryPath="$(OutputPath)"` to the `ILRepack` element...