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.66.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.66.6
Choose a head ref
  • 6 commits
  • 69 files changed
  • 3 contributors

Commits on Oct 5, 2025

  1. Configuration menu
    Copy the full SHA
    a052a9f View commit details
    Browse the repository at this point in the history
  2. Add some documentation around [Culture] attribute (#3296)

    * Add a section on culture-sensitive attributes to attributes.md.
    
    * Add culture.md under `test-authoring/` (cribbing from https://docs.nunit.org/articles/nunit/writing-tests/attributes/setculture.html).
    Also mention `[SetUICulture]` in attributes.md.
    andrewimcclement authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    fe00ca2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update tunit to 0.66.0 (#3297)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    67f157c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d8405 View commit details
    Browse the repository at this point in the history
  5. perf: optimize performance by reducing allocations (#3298)

    * perf: optimize performance by caching type lookups and reducing allocations
    
    * perf: optimize performance by caching type lookups and reducing allocations
    
    * perf: optimize performance by caching type lookups and reducing allocations
    
    * perf: optimize performance by caching type lookups and reducing allocations
    thomhurst authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    24e6453 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. More perf tweaks (#3299)

    * perf: More performance tweaks with caching
    
    * perf: More performance tweaks with caching
    
    * perf: More performance tweaks with caching
    thomhurst authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    0a139f6 View commit details
    Browse the repository at this point in the history
Loading