We need to make the TPA list for pwrshplugin.dll able to automatically pick up assembly additions to PowerShell Core without a recompile.
Ideal: it automatically trusts all assemblies in $PSHOME
Less ideal: It reads the TPA list from a file and uses that
Current: The TPA list is hard-coded into pwrshcommon.cpp
We need to make the TPA list for pwrshplugin.dll able to automatically pick up assembly additions to PowerShell Core without a recompile.
Ideal: it automatically trusts all assemblies in $PSHOME
Less ideal: It reads the TPA list from a file and uses that
Current: The TPA list is hard-coded into pwrshcommon.cpp