0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jun 22, 2025 — Jun 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rework dictionary/list checking to get per-element reporting Support net472, net48 and netstandard2.0 SourceLink support Internal refactoring for clarity and removed obsolete code More... over 6 years ago
Introduce support for netstandard 1.5+ More... about 8 years ago
Merge pull request #5 from forki/bootstrapper More... about 8 years ago
Updated paket.bootstrapper.exe to address TLS 1.0 and 1.1 deprecation More... over 8 years ago
Update tooling to VS2017 More... over 8 years ago
Locking for conventions and checker, trying to support NUnit Parallelizable More... over 8 years ago
Introduce new technique for wiring up conventions, CheckerConventions Supports multi-threaded use e.g. test fixtures using NUnit Parallelizable Remove pdbgit from build script as directly referenced More... about 9 years ago
Extend PropertyCheck with convention extensions as per CheckerFactory Preliminary work so we can support NUnit 3 Parellizable More... about 9 years ago
Introduce Dictionary compare type to PropertyCheck with per-key comparision of IDictionary/IDictionary<K, V> Introduce PdbGit so we can source-code link to the library. More... about 9 years ago
Fix automatic assignment of custom comparers to PropertyCheck Update to latests Fake build Using pdbgit to link pdbs to git source More... over 9 years ago
Fix Checker<T> bug when T is a generic interface and no parent type exists More... over 9 years ago
Fixing NuGet badge link Ignore .fake file More... over 9 years ago
Improving docs More... almost 10 years ago
Update README.md More... about 10 years ago
Improving docs More... about 11 years ago
Sign the assembly BUGFIX: Detailed reporting of InvalidCastException when comparing values rather than naked exception. Extend ICheckerFactory to support Compare<T>, this allows for overriding checkers on a per-test basis. More documentation in README.md More... about 11 years ago
Change build process to pick up version and release notes from RELEASE_NOTES.md Add Release target to build process to set git tag More... over 11 years ago
Fixes #4 - Incorrect label candidate/expected Set the static Checker.CheckerFactory in Fixture.CheckerFactory in case it's not set by CheckerBuilder Improve Fixture.CheckFault overrides so we can detect specific exception types as well as messages Additional unit tests More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Reworked the ITypeCompareTargeter/IPropertyCompareTargeter into more generic IConvention<TSource, TTarget> #2 Introduced custom comparers and convention registration for them CompareTarget convention registration syntax simplified Retired Exclude use Compare(x => x.PropertyName).Ignore instead. More... almost 12 years ago
Fixed nuspec so we don't include the test dll More... almost 12 years ago
Add .Ignore onto PropertyCheckExpression, so we can do Compare(x => x.Property).Ignore as well as Exclude(x => x.Property) Added unit tests for PropertyCheckExpression More... almost 12 years ago
Change default builder to CheckerBuilder from NullCheckerBuilder Refactor TypeCompareTargeter to be more modular and allow registration of custom functions. Introduced IPropertyCompareTargeter/PropertyCompareTargeter to allow for property-based overrides Introduced CheckerFactory.Convention methods as helpers for registering both type and property based overrides More... about 12 years ago
First release More... about 12 years ago
Initial commit More... over 12 years ago