You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying [Projectable(NullConditionalRewriteSupport = NullConditionalRewriteSupport.Rewrite)] to a method that accesses a value type (like e.g. NpgsqlPoint), the generated code does not insert the needed .Value access, leading to compile time errors.