While I was attempting to run unit tests, I ran into the following exception
Invalid URI: The format of the URI could not be determined.
I found that by changing the way the Uri objects were declared to be relative that the unit tests then passed. It could make a difference that I'm running on VS Community 2017, but these changes should be compatible with other versions as well. I just wonder if this is an indicator I could run into similar issues in other parts of the code.
Based on what I see in the CI logs, the behavior is very different based on environment which was not what I expected. I'm going to withdraw this until I understand what happened better.
While I was attempting to run unit tests, I ran into the following exception
I found that by changing the way the Uri objects were declared to be relative that the unit tests then passed. It could make a difference that I'm running on VS Community 2017, but these changes should be compatible with other versions as well. I just wonder if this is an indicator I could run into similar issues in other parts of the code.