Closed dwnz closed 9 years ago
Looks like the build is failing due to the version of nunit being referenced, I'll fix that later.
The official client doesn't use PathAndQuery, it uses AbsolutePath. Since PathAndQuery gives more data should that be updated as well?
PathAndQuery
AbsolutePath
Sweet, no worries.
I have just swapped it to use AbsolutePath - the querystring part below takes care of querystrings :)
Looks like the build is failing due to the version of nunit being referenced, I'll fix that later.
The official client doesn't use
PathAndQuery
, it usesAbsolutePath
. SincePathAndQuery
gives more data should that be updated as well?