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
(fromvinargsselect(v,v) into c
orderby c.Nameselectc).First()
The decompiled version is select (v, v) without the name (Name, Value) of the ValueTuple, thus the later orderby c.Name shows the error does not contain a definition for 'Name' ...
Details
Product in use: ILSpy
Version in use: 8.0, also tested latest CI version 8.0.0.7405.
The text was updated successfully, but these errors were encountered:
Input code
Erroneous output
The decompiled version is
select (v, v)
without the name(Name, Value)
of the ValueTuple, thus the laterorderby c.Name
shows the errordoes not contain a definition for 'Name' ...
Details
The text was updated successfully, but these errors were encountered: