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
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.