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
Copy file name to clipboardExpand all lines: conceptual/EFCore.PG/release-notes/9.0.md
+4
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ If your application passes an NpgsqlDataSource to `UseNpgsql`, it also needs to
85
85
86
86
See the [enum documentation](../mapping/enum.md) for more information.
87
87
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
+
88
92
## Contributors
89
93
90
94
A big thank you to all the following people who contributed to the 9.0 release!
0 commit comments