• 
      

    Fix a missing generic in the CollectionComparator type.

    Review Request #12923 — Created March 25, 2023 and submitted — Latest diff uploaded

    Information

    Spina
    master

    Reviewers

    The recent change for collections introduced some new types for
    collection comparators. This was missing a generic for TModel, which
    didn't affect unit tests, but did affect building the package.

    This adds the missing generics.

    Successfully built a package.

    Commits

    Files