-
Notifications
You must be signed in to change notification settings - Fork 874
Support cidr<->IPNetwork mapping #5821
Copy link
Copy link
Milestone
Description
Are there any plans to support IPNetwork mappings by default? Seems like there would be some compatibility with the PostgreSQL inet and cidr types.
| PostgreSQL type | Default .NET types | Non-default .NET types | NpgsqlDbType | DbType |
|---|---|---|---|---|
| cidr | IPNetwork | ValueTuple<IPAddress, int>, IPAddress | Cidr | |
| inet | IPNetwork | ValueTuple<IPAddress, int>, IPAddress | Inet |
Reactions are currently unavailable