Skip to content

1.1.2

Compare
Choose a tag to compare
@danroth27 danroth27 released this 01 Jun 19:57

Features

  • Port #7710 to 1.1.2 - Tools: Allow script/update etc. to run when context is not in target project, but can be found in services (#7711)

Bugs Fixed

  • Tools: Port #7889 to 1.1.1 (#8142)
  • QueryCache: Memory leak when using dbContext.Set<> in subquery (#8063)
  • EF Core 1.1.1 has introduced a new ArgumentException for complex queries with with subqueries, if the same subquery is present multiple times in the query model (#7944)
  • Port #7769 (missed reflection equality fixes) to patch? (#7899)
  • Invalid query produced when projecting DTO containing subquery that returns a single element (#7714)
  • Metadata: Stackoverflow on unambiguous model with InverseProperty on navigations on both directions (#7698)
  • Scaffold-DbContext does not emit warning messages for failed entity generation (#7315)
  • SaveChanges closes connection opened by user using EF API (#6968)