Forum member

marcmarsinach

1 post

Posts by marcmarsinach

  1. IpcConnectionClosedException after upgrade to .netcore 2.1

    In my case I got this error while referencing a NetFramework project from a NetCore test project. I moved the affected code to a NetStandard project, I removed the reference to the NetFramework project and then, everything worked well