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
The Contains() method now does the more intuitive thing (check if a network is contained within another network); if you want to check for overlap you can now use the new Overlaps() method.
This release drops Microsoft.AspNetCore.HttpOverrides in favor of (new in .Net 8) System.Net.IPNetwork. This does mean, unfortunately, that NetStandard support had to be dropped and this library only supports .Net 8 or later.
Skip duplicate networks when extracting multiple networks from a network