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
Copy file name to clipboardExpand all lines: source/6/dotNetTips.Spargine.6.Extensions/EnumerableExtensions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ public static T FirstOrDefault<T>(this IEnumerable<T> list, [NotNull] Func<T, bo
382
382
/// <typeparam name="T"></typeparam>
383
383
/// <param name="items">The items.</param>
384
384
/// <returns><c>true</c> if the specified items has duplicates; otherwise, <c>false</c>.</returns>
385
-
[Information("Orginal code by Milan Jovanović",author:"David McCarter",createdOn:"7/3/2023",UnitTestCoverage=100,BenchMarkStatus=BenchMarkStatus.Completed,Status=Status.New,Documentation="ADD URL")]
385
+
[Information("Orginal code by Milan Jovanović",author:"David McCarter",createdOn:"7/3/2023",UnitTestCoverage=100,BenchMarkStatus=BenchMarkStatus.Completed,Status=Status.Available,Documentation="https://bit.ly/SpargineAug23")]
0 commit comments