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: nunit/nunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.1
Choose a base ref
...
head repository: nunit/nunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 25, 2024

  1. Fixes #4798 (#4799)

    * Fixes #4798
    
    * Fixing the error
    
    * Ensure paths are properly cased and separators for unix
    
    Make the reader classes nested inside the fixture.
    
    * Updated with check for packages in nuspec
    
    * fix SA warning
    
    * Pull NotSpecified up
    
    * Nested classes should not be externally visible.
    
    * Parameterize test and augment to include nunitlite.spec
    
    * Extend to test to also verify the correct version of the packages is used.
    
    * Update src/NUnitFramework/tests/SolutionTests/NuspecDependenciesTests.cs
    
    Co-authored-by: Steven Weerdenburg <stevenaw@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Manfred Brands <manfred-brands@users.noreply.github.com>
    Co-authored-by: Steven Weerdenburg <stevenaw@users.noreply.github.com>
    3 people authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5c0ae90 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2b6b6e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #4804 from nunit/fix-value-task-awaiter

    Use default blocking strategy for valuetasks
    stevenaw authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    116802d View commit details
    Browse the repository at this point in the history
Loading