SharpAdb / AdvancedSharpAdbClient

AdvancedSharpAdbClient is a .NET library that allows .NET, Mono and Unity applications to communicate with Android devices. It's improved version of SharpAdbClient.
https://sharpadb.github.io
Apache License 2.0
203 stars 54 forks source link

Replace Moq with NSubstitute #71

Closed wherewhere closed 1 year ago

wherewhere commented 1 year ago

This PR replaces Moq due to privacy and data exfiltration issues. See https://github.com/moq/moq/issues/1372 for original discussion.