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
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
The error message uses a variable name inside of a string, instead of the actual value in the variable.
Should be
new InvalidOperationException(Strings_Linq.NO_ELEMENTS)
where
NO_ELEMENTS = "Source sequence doesn't contain any elements."
but is
new InvalidOperationException("Strings_Linq.NO_ELEMENTS")
.possibly also here
The text was updated successfully, but these errors were encountered: