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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
PathString.Empty should be semantically equivalent to default(PathString). The expression "PathString.Empty == default(PathString)" is currently evaluated as false, as under the hood the Equals() method compares string.Empty with null, which leads to false.
The text was updated successfully, but these errors were encountered:
PathString.Empty should be semantically equivalent to default(PathString). The expression "PathString.Empty == default(PathString)" is currently evaluated as false, as under the hood the Equals() method compares string.Empty with null, which leads to false.
The text was updated successfully, but these errors were encountered: