pawotter / mastodon-api-cs

The Mastodon API Client Library for C#
https://github.com/tootsuite/mastodon
MIT License
27 stars 4 forks source link

Exception on some unit tests #11

Closed toryalsip closed 7 years ago

toryalsip commented 7 years ago

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.

toryalsip commented 7 years ago

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.