UniRx icon indicating copy to clipboard operation
UniRx copied to clipboard

Bug: `InvalidOperation` does not use correct error message

Open johannesvollmer opened this issue 2 years ago • 1 comments

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

johannesvollmer avatar Sep 27 '22 08:09 johannesvollmer

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在忙碌中,无法亲自回复您的邮件,之后将尽快给您回复。

qipa avatar Sep 27 '22 08:09 qipa