Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the use of Moq #1369

Closed
lukebakken opened this issue Aug 10, 2023 · 0 comments · Fixed by #1393
Closed

Remove the use of Moq #1369

lukebakken opened this issue Aug 10, 2023 · 0 comments · Fixed by #1393
Assignees
Milestone

Comments

@lukebakken
Copy link
Contributor

lukebakken commented Aug 10, 2023

Is your feature request related to a problem? Please describe.

Moq 4.20 and later collects telemetry data that we do not wish to participate in:

https://www.bleepingcomputer.com/news/security/popular-open-source-project-moq-criticized-for-quietly-collecting-data/

https://yro.slashdot.org/story/23/08/09/2058205/popular-open-source-project-moq-criticized-for-quietly-collecting-data

moq/moq.spikes@6057dd2

Describe the solution you'd like

Remove Moq

@lukebakken lukebakken added this to the 6.6.0 milestone Aug 10, 2023
@lukebakken lukebakken self-assigned this Aug 10, 2023
lukebakken added a commit that referenced this issue Sep 25, 2023
lukebakken added a commit that referenced this issue Sep 26, 2023
Fixes #1369

Use mock test objects instead of Moq

Use reset events rather than sleeps
lukebakken added a commit that referenced this issue Sep 27, 2023
Fixes #1369

Use mock test objects instead of Moq

Use reset events rather than sleeps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant