I have an ASP.NET project which generates an XML documentation file. I'm using Swashbuckle and would like it to be able to reference the XML comments file while debugging.
However, when I run the project in debug mode, the only files that get copied to the temporary folder are the DLL, PDB, and __AssemblyInfo__.ini.
Is there any way to cause the XML documents to be copied to the temporary folder, or any way to reference files contained in the project's BIN folder that I can access in a uniform way at both debug and publish time?
