Skip to content

Null Conditional Rewrite doesn't work with value types #126

@ffried

Description

@ffried

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions