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/nunit3-vs-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V4.1.0
Choose a base ref
...
head repository: nunit/nunit3-vs-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V4.2.0
Choose a head ref
  • 8 commits
  • 66 files changed
  • 2 contributors

Commits on Nov 8, 2021

  1. Bump NUnit3TestAdapter from 4.0.0 to 4.1.0 (#911)

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](V4.0.0...V4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d7dbd57 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Removing the vsix project (#920)

    * Removing the vsix project
    
    * update
    
    * Remove vsix test
    OsirisTerje authored Nov 27, 2021
    Configuration menu
    Copy the full SHA
    c773ee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Issue918 #918 (#921)

    * Removing the vsix project
    
    * update
    
    * Fix for Issue918, generic fixture
    
    * Update pipeline and adding
    
    * update azure pipeline yml
    OsirisTerje authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    597fe01 View commit details
    Browse the repository at this point in the history
  2. Issue914 (#922)

    * Fix issue #914
    
    * Adding Linux safety belt
    
    * SA error fixed
    OsirisTerje authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    3be32d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Issue912 (#925)

    * Updated comments in NUnitTestFilterBuilder
    
    * fixes
    
    * updated for 912 and 919
    
    * remove debugflag
    OsirisTerje authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4d47546 View commit details
    Browse the repository at this point in the history
  2. Updating debugging features and some code cleanup (#926)

    * Updating debugging features and some code cleanup
    
    * fix SA error
    OsirisTerje authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    e80964e View commit details
    Browse the repository at this point in the history
  3. Update engine to 3.13 (#927)

    * Update engine to 3.13
    
    * Update engine to 3.13
    
    * Update engine to 3.13
    OsirisTerje authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    c499397 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. prepare 4.2 (#928)

    * prepare 4.2
    
    * Fix warning and set beta,2
    
    * Adding more logging
    
    * filters added handling explicits
    
    * small fixes
    
    * Code cleanup
    
    * beta.4
    
    * Addind filter acceptance tests
    
    * update with more logs
    
    * Adding nunit.where tester
    
    * FIx warnings
    
    * Added more tests and added csproj base class to make it easier to make more
    
    * fix tests
    
    * fix SA warnings
    
    * Oppdatert pakker o.a.
    
    * Reanebled output of console message, introducing another ConsoleOut level, so one can go back.  Fixes #934
    
    * fixing linux errors
    
    * Add consoletests
    
    * COnsole and propertytests
    
    * naming fixed
    
    * fix
    
    * FIx namespaces
    
    * sa fix
    
    * sa fix
    
    * accentance tests, with parantheses issue
    
    * Fixing Issue #919
    
    * fix braces
    
    * fix braces
    
    * Version to 4.2.0
    OsirisTerje authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    0b118ec View commit details
    Browse the repository at this point in the history
Loading