Skip to content

Commit 95bd79a

Browse files
committed
Document IPNetwork/cidr breaking change
1 parent 586ea15 commit 95bd79a

File tree

1 file changed

+4
-0
lines changed
  • conceptual/EFCore.PG/release-notes

1 file changed

+4
-0
lines changed

conceptual/EFCore.PG/release-notes/9.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ If your application passes an NpgsqlDataSource to `UseNpgsql`, it also needs to
8585

8686
See the [enum documentation](../mapping/enum.md) for more information.
8787

88+
### PostgreSQL `cidr` is now mapped to .NET `IPNetwork` by default.
89+
90+
When scaffolding a table that contains a `cidr` column, a .NET [`IPNetwork`](https://learn.microsoft.com/dotnet/api/system.net.ipnetwork) will be scaffolded instead of the previous `NpgsqlCidr`.
91+
8892
## Contributors
8993

9094
A big thank you to all the following people who contributed to the 9.0 release!

0 commit comments

Comments
 (0)