ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.32k stars 1.63k forks source link

Adopt the IPNetwork instead of IPAddressRange #1793

Closed WeihanLi closed 10 months ago

WeihanLi commented 10 months ago

.NET 8 introduced the IPNetwork, maybe we could use IPNetwork instead for net8.0

https://learn.microsoft.com/en-us/dotnet/api/system.net.ipnetwork?view=net-8.0

raman-m commented 10 months ago

Not discussed!