Replies: 4 comments 12 replies
-
Hello, Weihan! And how to support If you find out this interesting, who will develop? 🥲 |
Beta Was this translation helpful? Give feedback.
-
Any specific reason for this suggestion? I can see IPAddressRange is supported till .Net 8. https://www.nuget.org/packages/IPAddressRange/#supportedframeworks-body-tab |
Beta Was this translation helpful? Give feedback.
-
Hello ... too late, the others replied first... I didn't know that Microsoft was offering this feature in .NET 8, but this implementation isn't supported in .NET 7 and .NET 6, whereas IPAdressRange is... There are lots of interesting new features introduced with .NET 7 and .NET 8, such as the new rate limiters - I'll have to check whether it's now possible to combine them -. I think @RaynaldM would also like to see the new rate limiters integrated into the solution :-) First of all we need to define the strategy for the future in order to avoid an out-of-control architecture (preprocessors all over the place) |
Beta Was this translation helpful? Give feedback.
-
" I think @RaynaldM would also like to see the new rate limiters integrated into the solution :-)" Not only that 😃 |
Beta Was this translation helpful? Give feedback.
-
.NET 8 introduced the
IPNetwork
, maybe we could useIPNetwork
instead fornet8.0
Beta Was this translation helpful? Give feedback.
All reactions