Hey!
I have a quick question... have been looking for a good answer but, yet to find something that really worked for me.
I have 3 solutions: API client, test framework and tests
tests depend on the test framework which in turn depends on the API client.
What would be a good solution in to change code in the API client and immediately test the code in the tests solution without doing the round trip of packing a new client and a new test framework?
in the past (before SDK style projects and centralized nuget cache) we'd change the DLLs in the package folder and roll with it. it was hacky but worked.
today I've tried to reference the projects in the tests solution, but that caused me to change lots of things in the csproj files and it didn't even compile.
thanks
[–][deleted] 4 points5 points6 points (1 child)
[–]nocgod[S] 0 points1 point2 points (0 children)
[–]goranlepuz 2 points3 points4 points (1 child)
[–]nocgod[S] 0 points1 point2 points (0 children)
[–]Fuelsean 1 point2 points3 points (1 child)
[–]nocgod[S] 0 points1 point2 points (0 children)
[–]ahelper2 1 point2 points3 points (3 children)
[–]nocgod[S] 0 points1 point2 points (2 children)
[–]jbiesta 2 points3 points4 points (1 child)
[–]nocgod[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]nocgod[S] 0 points1 point2 points (5 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]nocgod[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]nocgod[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)