Skip to content

Commit

Permalink
missed the documentation tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Bollhalder committed Oct 24, 2023
1 parent 5320f39 commit 39a18ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Zio/UPathExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public static bool IsInDirectory(this UPath path, UPath directory, bool recursiv
/// </summary>
/// <param name="path">The path.</param>
/// <param name="name">The name of a parameter to include n the <see cref="ArgumentNullException"/>.</param>
/// <returns>A path not modified.</returns>
/// <exception cref="System.ArgumentNullException">If the path was null using the parameter name from <paramref name="name"/></exception>
public static UPath AssertNotNull(this UPath path, string name = "path")
{
Expand All @@ -255,6 +256,7 @@ public static UPath AssertNotNull(this UPath path, string name = "path")
/// </summary>
/// <param name="path">The path.</param>
/// <param name="name">The name of a parameter to include n the <see cref="ArgumentNullException"/>.</param>
/// <returns>A path not modified.</returns>
/// <exception cref="System.ArgumentException">If the path is not absolute using the parameter name from <paramref name="name"/></exception>
public static UPath AssertAbsolute(this UPath path, string name = "path")
{
Expand Down

0 comments on commit 39a18ae

Please sign in to comment.