The URI class is immutable, and glancing at the code it seems as though thread-safety is considered. However, the URI docs say "Any instance members are not guaranteed to be thread safe".
Is that really the case? If not, and the class is thread-safe, the docs should be updated.
The URI class is immutable, and glancing at the code it seems as though thread-safety is considered. However, the URI docs say "Any instance members are not guaranteed to be thread safe".
Is that really the case? If not, and the class is thread-safe, the docs should be updated.