Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

NpgsqlArrayConverter throws for collection struct types (e.g. Immutable array) #3551

Copy link
Copy link

Description

@roji
Issue body actions

NpgsqlArrayConverter makes certain assumptions that its input and output types are reference types. We don't (currently) actually support mapping array types which aren't array or List, but the exceptions thrown from NpgsqlArrayConverter actually make it impossible to ignore an ImmutableArray property that requires value conversion (see dotnet/efcore#35329 when this was raised).

Do at least the minimum work to make sure that NpgsqlArrayConverter can be constructed without exceptions.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.