Unchecked integer operations for VB.NET, see Fastest way to do an unchecked integer addition in VB.Net? .
Install nuget package VBMath.Unchecked
Using System.Numerics
' this will not throw
Dim value = UncheckedInteger.Add(Integer.MaxValue, 1)
File an issue or provide a pull request.