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
* Updated xmldocs in OnixLabs.Core library.
* Updated xmldocs for OnixLabs.Security library.
* Fixed failing tests due to implementation change in Optional.cs
Copy file name to clipboardExpand all lines: OnixLabs.Core/Optional.cs
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -136,24 +136,13 @@ public static Optional<TStruct> Of<TStruct>(TStruct? value) where TStruct : stru
136
136
/// <returns>Returns <see langword="true"/> if the left-hand instance is not equal to the right-hand instance; otherwise, <see langword="false"/>.</returns>
Copy file name to clipboardExpand all lines: OnixLabs.Core/Result.Generic.cs
+6-27Lines changed: 6 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,7 @@ public static async Task<Result<T>> OfAsync(Func<CancellationToken, Task<T>> fun
174
174
/// <returns>Returns <see langword="true"/> if the left-hand instance is not equal to the right-hand instance; otherwise, <see langword="false"/>.</returns>
Copy file name to clipboardExpand all lines: OnixLabs.Core/Result.cs
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -152,11 +152,7 @@ public static async Task<Result> OfAsync(Func<CancellationToken, Task> func, Can
152
152
/// <returns>Returns <see langword="true"/> if the left-hand instance is not equal to the right-hand instance; otherwise, <see langword="false"/>.</returns>
/// Performs an equality comparison between two object instances.
43
-
/// </summary>
44
-
/// <param name="left">The left-hand instance to compare.</param>
45
-
/// <param name="right">The right-hand instance to compare.</param>
46
-
/// <returns>Returns <see langword="true"/> if the left-hand instance is equal to the right-hand instance; otherwise, <see langword="false"/>.</returns>
/// Performs an inequality comparison between two object instances.
51
-
/// </summary>
52
-
/// <param name="left">The left-hand instance to compare.</param>
53
-
/// <param name="right">The right-hand instance to compare.</param>
54
-
/// <returns>Returns <see langword="true"/> if the left-hand instance is not equal to the right-hand instance; otherwise, <see langword="false"/>.</returns>
0 commit comments