3.6.0 (2024-06-18)
Bug Fixes
- correct syntax in nameof clause of throw null exceptions (#1263) (3d43a6f)
- fixes using the wrong object factory when multiple factories with the same target type but different source types are used (#1313) (51aa1da)
- In disable nullable reference type contexts do not assume nullable IQueryable generic types (#1268) (56b03d2)
- prefer coalesce operator over if-else to simplify generated source code (#1262) (b4548d2)