Skip to content

multiple TagWith support? #468

@fu-infotrack

Description

@fu-infotrack

Specification only allows one TagWith, whereas efcore allows multiple TagWith calls.

References

  1. https://learn.microsoft.com/en-us/ef/core/querying/tags#:~:text=It%27s%20possible%20to%20call%20TagWith()%20many%20times%20on%20the%20same%20query
  2. public static ISpecificationBuilder<T> TagWith<T>(
    this ISpecificationBuilder<T> builder,
    string tag,
    bool condition)
    {
    if (condition)
    {
    builder.Specification.QueryTag = tag;
    }
    return builder;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions