zzzprojects / System.Linq.Dynamic.Core

The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
https://dynamic-linq.net/
Apache License 2.0
1.57k stars 228 forks source link

Add Json support: check return types of method #797

Closed paule96 closed 6 months ago

paule96 commented 6 months ago

Hi @StefH,

I fixed the single and first methods that accordingly to the C# docs should return an invalid operation with Sequence contains no elements.

StefH commented 6 months ago

Thanks