- Fix links not showing up in webinterface
- Switch to debug logging
This commit is contained in:
@@ -28,7 +28,7 @@ public static class WrapperUtil
|
||||
public static IEnumerable<(T Value, int Index)> WithIndex<T>(this IEnumerable<T> list)
|
||||
=> list.Select((x, i) => (x, i));
|
||||
|
||||
/// <summary> Return the first object fulfilling the predicate or null for structs. </summary>
|
||||
/// <summary> Return the first object fulfilling the predicate or null for structs.</summary>
|
||||
/// <param name="values"> The enumerable. </param>
|
||||
/// <param name="predicate"> The predicate. </param>
|
||||
/// <returns> The first object fulfilling the predicate, or a null-optional. </returns>
|
||||
|
||||
Reference in New Issue
Block a user