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
Due to recent changes in the Moq library, there are big privacy concerns, which are also violating GPDR. In short, Moq added the dependency "SponsorLink" (a closed source library) which harvests email addresses from git logs and sends them to a privately-owned cloud service. This is an automatic process that is injected and executed during build-time, and occurs without the developer's consent.
Moq is used extensively in our tests and because of this, we might need to look for alternative mocking libraries.
Some options right now are:
Pin Moq at version 4.18.4 as it should not be affected
Due to time constraints with XPEvo, it is currently not feasable to re-write all the tests until after the event. But I created this issue so that we can discuss what to do after XPEvo.
Due to recent changes in the Moq library, there are big privacy concerns, which are also violating GPDR. In short, Moq added the dependency "SponsorLink" (a closed source library) which harvests email addresses from git logs and sends them to a privately-owned cloud service. This is an automatic process that is injected and executed during build-time, and occurs without the developer's consent.
Moq is used extensively in our tests and because of this, we might need to look for alternative mocking libraries.
Some options right now are:
Due to time constraints with XPEvo, it is currently not feasable to re-write all the tests until after the event. But I created this issue so that we can discuss what to do after XPEvo.
More information about the issue can be found here: https://github.com/moq/moq/issues/1372
We are open for any suggestions on alternatives or ideas on what to do.
The text was updated successfully, but these errors were encountered: