- The predicate
SummarizedCallable.propagatesFlowhas been extended with the columnsProvenance pandboolean isExact, and as a consequence the predicatesSummarizedCallable.hasProvenanceandSummarizedCallable.hasExactModelhave been removed. - C# 14: Support for null-conditional assignments (such as
c?.Prop = p). Furthermore, theMaybeNullExprclass now takes null-conditional access (such as?.) into account when modeling potential null values.