@Bogdanp maybe this is another way to express it: public static class EnumerableExtensions { public static IEnumerable<TR> SelectNotNull<T, TR>( this IEnumerable<T> source, Func<T, TR?> fn) where TR : class { return…
Interesting to follow as a side reading of this article : What's Wrong with The NY Times Article on ADHD - #1 (of 4 Parts) - https://www.youtube.com/watch?v=-8GlhCmdkOw
"This investigation was a collaboration between myself and my colleagues."
Have you tried https://www.freshrss.org/ ?
[dead]
@Bogdanp maybe this is another way to express it: public static class EnumerableExtensions { public static IEnumerable<TR> SelectNotNull<T, TR>( this IEnumerable<T> source, Func<T, TR?> fn) where TR : class { return…
Interesting to follow as a side reading of this article : What's Wrong with The NY Times Article on ADHD - #1 (of 4 Parts) - https://www.youtube.com/watch?v=-8GlhCmdkOw
"This investigation was a collaboration between myself and my colleagues."
Have you tried https://www.freshrss.org/ ?
[dead]