Certain resource files are not being put in output directory

JeffMercado
edited June 2025 in General

I'm trying to script up a small test program to test some API clients I wrote up and requires some external resources to run. In this case, certificate files.

I've added the file I needed as a reference and made sure to "Copy all assemblies and native libraries into local output folder" to run it. Problem is, it's not copying one specific file over for whatever reason. Other files seem to copy over fine.

I specifically need jeff.dev_aus.cert.pfx but it's not being copied. The marked over files also copied over fine. As a test, I imported a separate pfx file to rule out any special logic for pfx files but that copies over fine as well.

What's happening here? Are there any restrictions on what can be added as references?

Happens in both LINQPad 8 and 9.

Comments