Skip to content

Supporting EF.Functions.Like and/or prossibility to provide cusotm ExpressionVisitor #73

@InspiringCode

Description

@InspiringCode

Is there any chance that you can support the most common EF functions like EF.Functions.Like?

An relatively simple approach might be to write an ExpressionVisitor that replace those function calls with mock functions.

I think it would generally be a great idea to add an optional Visitor property to TestAsyncEnumerableEfCore<T> where you can pass a custom visitor that is used instead of the new TestExpressionVisitor(). This would allow developers to mock all sorts of custom functions and the like.

I would really appreciate this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions