hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 49 forks source link

Remove Moq as a dependency [API-2119] #850

Open zpqrtbnk opened 1 year ago

zpqrtbnk commented 1 year ago

Moq library, that we use in tests, has some strong privacy issues (moq/issues/1372). We don't want to take any risk with either GDPR or security.

As of Aug. 9, we should wait a couple weeks for the drama to cool down and see what comes out of it. We may eventually want to consider replacing Moq with e.g. NSubstitute. We don't do anything special enough that only Moq can do it.

See:

github-actions[bot] commented 1 year ago

Internal Jira issue: API-2119