Skip to content

Predicate Error after Null Semantic Optimize #7

@yang-er

Description

@yang-er
entityBuilder.Property(e => e.NonNullProperty).IsRequired();

string someNull = null;
context.Entities.Where(e => e.NonNullProperty == someNull).BatchUpdateAsync(e => new Entity { ... });

This may lead to the predicate section translated as a boolean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions