| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
IsQueryable only matched EntityQueryable<>. Include and ThenInclude return an IIncludableQueryable implemented by a private type, and a DbSet is an InternalDbSet<>, so verifying either wrote only the results and no sql. Both are now recognized, for Verify targets and nested members. TryExecuteQueryable now uses ElementType rather than the first generic argument of the queryable type.
| Back | FazBrowse Home | New Git URL |
IsQueryable only matched EntityQueryable<>. Include and ThenInclude return an IIncludableQueryable implemented by a private type, and a DbSet is an InternalDbSet<>, so verifying either wrote only the results and no sql. Both are now recognized, for Verify targets and nested members.
TryExecuteQueryable now uses ElementType rather than the first generic argument of the queryable type.