-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: thomhurst/TUnit
base: v0.80.0
head repository: thomhurst/TUnit
compare: v0.81.0
- 11 commits
- 173 files changed
- 2 contributors
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 186c73b - Browse repository at this point
Copy the full SHA 186c73bView commit details -
chore(deps): update tunit to 0.80.0 (#3567)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4deafce - Browse repository at this point
Copy the full SHA 4deafceView commit details -
chore(deps): update dependency nunit.analyzers to 4.11.0 (#3569)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de33f31 - Browse repository at this point
Copy the full SHA de33f31View commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 35aae82 - Browse repository at this point
Copy the full SHA 35aae82View commit details -
chore(deps): update dependency verify to 31.2.0 (#3570)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 430ed04 - Browse repository at this point
Copy the full SHA 430ed04View commit details -
chore(deps): update dependency verify.tunit to 31.2.0 (#3572)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed7c657 - Browse repository at this point
Copy the full SHA ed7c657View commit details -
chore(deps): update dependency verify.nunit to 31.2.0 (#3571)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 472695f - Browse repository at this point
Copy the full SHA 472695fView commit details -
feat(analyzer): add support for IAsyncInitializer.InitializeAsync met…
…hod in DisposableFieldPropertyAnalyzer (#3574) * feat(analyzer): add support for IAsyncInitializer.InitializeAsync method in DisposableFieldPropertyAnalyzer * feat(analyzer): add field and property initializer checks to DisposableFieldPropertyAnalyzer * feat(analyzer): improve field and property initializer checks in DisposableFieldPropertyAnalyzer * feat(analyzer): add test for field initialization issue detection and improve static modifier check * feat(analyzer): enhance field and property initializer checks for disposable object creation
Configuration menu - View commit details
-
Copy full SHA for d608ca8 - Browse repository at this point
Copy the full SHA d608ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4819edc - Browse repository at this point
Copy the full SHA 4819edcView commit details -
Simplify IsIn / IsNotIn assertions (#3579)
* Simplify IsIn / IsNotIn assertions * refactor(assertion): remove IsNotIn assertion method for simplification * feat(assertions): add IsIn and IsNotIn methods for improved collection assertions * feat(assertions): enhance Satisfies method to support async selectors and improve IsIn syntax
Configuration menu - View commit details
-
Copy full SHA for a9a3eb1 - Browse repository at this point
Copy the full SHA a9a3eb1View commit details -
+semver:minor - perf: various performance enhancements (#3568)
* perf: optimize some repeated enumerations * perf: enhance performance by caching results and reducing reflection calls * Refactor test metadata generation to use static lambdas and support ValueTask * refactor: optimize argument formatting in TestContext and improve time tracking in TestStateManager * refactor: streamline argument formatting in ArgumentFormatter and optimize dependency collection in TestCoordinator * refactor: replace Array.Empty with array literals for improved readability and performance * refactor: replace Enumerable.Empty with array literal for improved performance * refactor: use static lambdas in GetReferencedAssemblies and GetInterfaces for improved performance * refactor: use static lambdas in TestMetadataGenerator, AsyncConvert, and ReflectionTestDataCollector for improved performance * Refactor AttributeFactory to use static lambda expressions in test source files * refactor: simplify counter increment logic in EventReceiverOrchestrator for improved readability
Configuration menu - View commit details
-
Copy full SHA for d04cb28 - Browse repository at this point
Copy the full SHA d04cb28View 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 v0.80.0...v0.81.0