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
At first, I thought in this case it would maybe filter on the TestEnum instead of the Test property but after testing this doesn't seem to be the case.
The text was updated successfully, but these errors were encountered:
sanderobdeijn
changed the title
Where throws exceptiong when property name doesn't match enum name
Where throws exception when property name doesn't match enum name
May 19, 2021
1. Description
Where throws an exception when property name doesn't match enum name.
2. Exception
Message:
3. Fiddle or Project
https://dotnetfiddle.net/nChrvb
4. Any further technical details
When adding a second property to the class with the same name as the enum the where succeeds.
At first, I thought in this case it would maybe filter on the TestEnum instead of the Test property but after testing this doesn't seem to be the case.
The text was updated successfully, but these errors were encountered: