NeVeSpl / RevitDBExplorer

Interactive Revit database exploration tool to view and edit BIM element parameters, properties and relationships.
Apache License 2.0
184 stars 40 forks source link

Lamda Expresstion not work with Rider #10

Closed chuongmep closed 1 year ago

chuongmep commented 1 year ago

Hi @NeVeSpl , do you have any change for 'System.Linq.Expressions.LambdaExpression" for can use in Rider IDE image

Detail : https://youtrack.jetbrains.com/issue/RSRP-489506/Cannot-convert-expression-type-lambda-expression-to-target-type-System.Linq.Expressions.LambdaExpression-error-is-shown.

NeVeSpl commented 1 year ago

It is quite exotic but fully valid C# code, It would be very hard or impossible to replace it with something else. It is a pity that Rider cannot deal with it, but this is a Rider problem, not RDBE.