Lex Li

Results 614 comments of Lex Li
trafficstars

@JandosKh ,analyze each of the generated files please, and you will see the platform specific files are irrelevant when your goal is to obfuscate managed assemblies.

My team have published several new releases of `lextudio/pysnmp` and `lextudio/snmpsim` in the past two months. Now this request long passed the six-week reachability phase, so any update on whether...

@yeraydiazdiaz Thanks for at least responding with the progress.

@di I was writing about the company of inexio GmbH, which was once the sponsor of Ilya, and was trying to fork and maintain the documentation site as well as...

While this request is being further reviewed, I'd like to ask for clarity on how the security risks are being evaluated. [The original comment](https://github.com/pypi/support/issues/1104#issuecomment-862131940) left by @tiran contains several key...

While this request remains pending, projects have migrated to the `*-lextudio` forks in the past few months. Below is not intended to be a complete list but the momentum is...

If you read carefully the documentation, `Socket.ReceiveTimeout` only covers sync calls, https://msdn.microsoft.com/en-us/library/system.net.sockets.socket.receivetimeout(v=vs.110).aspx For async calls, if you want a timeout, you should use other mechanisms, such as `Task.WaitAny(client.ReceiveAsync(recvAwaitable), Task.Delay(5000))`. However,...

MonoDevelop 7 ships the same VSTest integration, so no other extension is needed either.

@usr-sse2 You need to add a few NuGet packages, including xUnit Visual Studio runner. Make sure Visual Studio 2017 can discover the test cases, and then Visual Studio for Mac...

@GSzabados SNMP protocols remain the same for years, so there is little need to update the documentation frequently. Due to the nature of UDP/SNMP, the device vendors shouldn't merely use...