1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00
X10D/X10D.Tests/src/Collections
Oliver Booth a0b07edc82
fix: replace Moq with a library that DOESN'T steal your pii
Moq has recently introduced a payload named SponsorLink which takes PII (your email address) to send to a third party server for remote verification.

This kind of suspicious data harvesting is simply unacceptable, and the developers have now destroyed all credibility and trust with their user base. This change replaces Moq with NSubstitute.

For further information, see:
https://github.com/moq/moq/issues/1372
2023-08-09 15:18:01 +01:00
..
ArrayTests.AsReadOnly.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
ArrayTests.Clear.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
ArrayTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
BoolListTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
ByteTests.cs test: return coverage to 100% (#76) 2023-04-05 23:18:14 +01:00
CollectionTests.ClearAndDisposeAll.cs fix: replace Moq with a library that DOESN'T steal your pii 2023-08-09 15:18:01 +01:00
CollectionTests.ClearAndDisposeAllAsync.cs fix: replace Moq with a library that DOESN'T steal your pii 2023-08-09 15:18:01 +01:00
CollectionTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
DictionaryTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
EnumerableTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
EnumerableTests.DisposeAll.cs fix: replace Moq with a library that DOESN'T steal your pii 2023-08-09 15:18:01 +01:00
EnumerableTests.DisposeAllAsync.cs fix: replace Moq with a library that DOESN'T steal your pii 2023-08-09 15:18:01 +01:00
Int16Tests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Int32Tests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Int64Tests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
ListTests.cs chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
SpanTest.cs feat: add Span<T>.Replace 2023-04-06 02:31:22 +01:00