-
-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: thomhurst/TUnit
base: v1.9.2
head repository: thomhurst/TUnit
compare: v1.9.17
- 15 commits
- 46 files changed
- 4 contributors
Commits on Jan 4, 2026
-
chore(deps): update tunit to 1.9.2 (#4229)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 198e097 - Browse repository at this point
Copy the full SHA 198e097View commit details
Commits on Jan 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c5ff03b - Browse repository at this point
Copy the full SHA c5ff03bView commit details -
chore(deps): update dependency microsoft.testing.extensions.codecover…
…age to 18.3.1 (#4233) Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 2e2f9cf - Browse repository at this point
Copy the full SHA 2e2f9cfView commit details -
chore(deps): update sourcy to 0.7.11 (#4238)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for d2d6eba - Browse repository at this point
Copy the full SHA d2d6ebaView commit details -
chore(deps): update docker/setup-docker-action action to v4.7.0 (#4237)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for aa87f1c - Browse repository at this point
Copy the full SHA aa87f1cView commit details -
chore(deps): update sourcy to v1 (#4239)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 9307eb1 - Browse repository at this point
Copy the full SHA 9307eb1View commit details
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6016933 - Browse repository at this point
Copy the full SHA 6016933View commit details -
Fix TUnit0023 false positive for Func<IDisposable> fields (#4247)
* Initial plan * Fix TUnit0023 false positive for Func<IDisposable> fields Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com> * Fix null-conditional operator consistency in analyzer Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e66059 - Browse repository at this point
Copy the full SHA 0e66059View commit details -
Fix generic DependsOn<T> attribute not working (#4246)
* Initial plan * Fix generic DependsOn<T> attribute to correctly extract type from type argument Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d60969 - Browse repository at this point
Copy the full SHA 5d60969View commit details -
chore(deps): update dependency dotnet-trace to v9.0.661903 (#4244)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 0840a58 - Browse repository at this point
Copy the full SHA 0840a58View commit details -
perf: reduce allocations in generated code (#4236)
* perf: reduce allocations in generated code * perf: use `if` statement for generated assertions
Configuration menu - View commit details
-
Copy full SHA for b52c011 - Browse repository at this point
Copy the full SHA b52c011View commit details -
chore(deps): update react to v19.2.3 (#4130)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 2e8c2a1 - Browse repository at this point
Copy the full SHA 2e8c2a1View commit details -
Fix false positive nullability warnings in Assert.That() for collecti…
…on types (#4248) * Fix nullability warnings in Assert.That() for collection types - Update Assert.That() overloads to accept nullable parameters: - IList<TItem>? - IDictionary<TKey, TValue>? - IReadOnlyDictionary<TKey, TValue>? - ISet<TItem>? - HashSet<TItem>? - IReadOnlySet<TItem>? (NET5+) - IReadOnlyList<TItem>? - TItem[]? - Update corresponding assertion class constructors to accept nullable values - Add CollectionNullabilityWarningTests to verify the fix - Update public API snapshots Fixes false positive nullability warning when calling Assert.That(list).IsNotNull() with nullable List<T>?, IList<T>?, Dictionary<TKey,TValue>?, IDictionary<TKey,TValue>?, etc. Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com> * Add missing IReadOnlySet<T>? nullability tests Added 3 tests for IReadOnlySet<T>? to complete the test coverage for all nullable collection types supported by Assert.That(). Tests are conditionally compiled for .NET 5.0+ where IReadOnlySet<T> is available. Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 112b41c - Browse repository at this point
Copy the full SHA 112b41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c27eb - Browse repository at this point
Copy the full SHA 29c27ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0db60 - Browse repository at this point
Copy the full SHA 8a0db60View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.2...v1.9.17