Closed
Description
Currently Repository.IsValid
throws an exception if the argument is null or empty. Rather than throw an exception, this method should simply return false
in this case, similar to the behavior of Directory.Exists
or File.Exists
.