Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.80.0
Choose a base ref
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.81.0
Choose a head ref
  • 11 commits
  • 173 files changed
  • 2 contributors

Commits on Oct 28, 2025

  1. Add files via upload

    thomhurst authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    186c73b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update tunit to 0.80.0 (#3567)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    4deafce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de33f31 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    35aae82 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency verify to 31.2.0 (#3570)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    430ed04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed7c657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472695f View commit details
    Browse the repository at this point in the history
  5. 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
    thomhurst authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d608ca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4819edc View commit details
    Browse the repository at this point in the history
  7. 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
    thomhurst authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    a9a3eb1 View commit details
    Browse the repository at this point in the history
  8. +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
    thomhurst authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d04cb28 View commit details
    Browse the repository at this point in the history
Loading