You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Shadow-copy assemblies being tested option is checked in r# unit testing options then it is not possible to run tests. The message says that it was not possible to find Postgres binaries. Similar situation is also in other runners like fake`s xunit2helper. After disabling this option binaries are being found properly.
Postgres2Go.Helper.Postgres.PostgresBinariesNotFoundException : Could not find Postgres binaries using the search pattern of pg-dist\pgsql-*-windows64-binaries\bin.
The text was updated successfully, but these errors were encountered:
pblachut
changed the title
R# shadow-copy assemblies option is not working
Shadow-copy assemblies option is not working
Mar 21, 2018
Resharper unit test runner has option to make shadow copy of test DLL and in result $TEMP is folder where searching of PostgreeSQL binaries beginning. Searching of Pg binaries never ends successful.
Same for xunit console runner when shadow copy is enabled
When
Shadow-copy assemblies being tested
option is checked in r# unit testing options then it is not possible to run tests. The message says that it was not possible to find Postgres binaries. Similar situation is also in other runners like fake`s xunit2helper. After disabling this option binaries are being found properly.Postgres2Go.Helper.Postgres.PostgresBinariesNotFoundException : Could not find Postgres binaries using the search pattern of pg-dist\pgsql-*-windows64-binaries\bin.
The text was updated successfully, but these errors were encountered: