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.2.1
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.3.0
Choose a head ref
  • 15 commits
  • 35 files changed
  • 4 contributors

Commits on Jan 21, 2022

  1. Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 (#948)

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](V4.2.0...V4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6611aac View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Bump NSubstitute from 4.2.2 to 4.3.0 (#949)

    Bumps NSubstitute from 4.2.2 to 4.3.0.
    
    ---
    updated-dependencies:
    - dependency-name: NSubstitute
      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 Feb 13, 2022
    Configuration menu
    Copy the full SHA
    ecaa9be View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Bump actions/checkout from 2.4.0 to 3.0.0 (#971)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.4.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    363511e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Create sonarbuild.yml

    OsirisTerje authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ec98401 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Updating packages (#983)

    * Updating packages
    
    * Added netcore 2.1 sdk to github action yml
    
    * Again
    
    * And again
    
    * Update to 4.8
    
    * update acceptance tests
    OsirisTerje authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6ce4e4c View commit details
    Browse the repository at this point in the history
  2. Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.435 (#979)

    Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.435.
    - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
    - [Commits](DotNetAnalyzers/StyleCopAnalyzers@1.2.0-beta.376...1.2.0-beta.435)
    
    ---
    updated-dependencies:
    - dependency-name: StyleCop.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    be785cd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Unescape \u in test output so ANSI color codes can be interpreted cor…

    …rectly (#984)
    
    * Unescape \u when reading test output. This fix colors when running test in `dotnet test`
    
    * Disable windows specific test when running on linux
    
    * Add Unix test alternative for DumpXmlTests.ThatPathIsCorrectlyParsedInDiscoveryPhase
    
    * Fix azure devops pipeline on windows
    
    * Fix build / test pipeline on azure devops (Linux)
    
    * Convert UnEscapeUnicodeCharacters to an extension method
    Socolin authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    6a6e422 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix for issue 990 (#992)

    OsirisTerje authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5d5b5de View commit details
    Browse the repository at this point in the history
  2. Bump nunit.engine from 3.15.0 to 3.15.2 (#989)

    * Bump nunit.engine from 3.15.0 to 3.15.2
    
    Bumps [nunit.engine](https://github.com/nunit/nunit-console) from 3.15.0 to 3.15.2.
    - [Release notes](https://github.com/nunit/nunit-console/releases)
    - [Changelog](https://github.com/nunit/nunit-console/blob/main/CHANGES.txt)
    - [Commits](https://github.com/nunit/nunit-console/commits)
    
    ---
    updated-dependencies:
    - dependency-name: nunit.engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * updated version
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Terje Sandstrom <terje@hermit.no>
    dependabot[bot] and OsirisTerje authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    55a4ee4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Bump NSubstitute from 4.3.0 to 4.4.0 (#994)

    Bumps NSubstitute from 4.3.0 to 4.4.0.
    
    ---
    updated-dependencies:
    - dependency-name: NSubstitute
      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 Jul 12, 2022
    Configuration menu
    Copy the full SHA
    adef940 View commit details
    Browse the repository at this point in the history
  2. Dependabot/nuget/nunit.engine 3.15.2 (#995)

    * Bump nunit.engine from 3.15.0 to 3.15.2
    
    Bumps [nunit.engine](https://github.com/nunit/nunit-console) from 3.15.0 to 3.15.2.
    - [Release notes](https://github.com/nunit/nunit-console/releases)
    - [Changelog](https://github.com/nunit/nunit-console/blob/main/CHANGES.txt)
    - [Commits](https://github.com/nunit/nunit-console/commits)
    
    ---
    updated-dependencies:
    - dependency-name: nunit.engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * updated version
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    OsirisTerje and dependabot[bot] authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    52f05c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 21, 2022

  1. Fix for #997 (#1001)

    OsirisTerje authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ea43ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Bump NUnit.Analyzers from 3.3.0 to 3.5.0 (#1023)

    Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.3.0 to 3.5.0.
    - [Release notes](https://github.com/nunit/nunit.analyzers/releases)
    - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
    - [Commits](nunit/nunit.analyzers@3.3.0...3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    da0a5c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Prepare 4.3.0 (#1024)

    * Prepare 4.3.0-rc.1
    
    * updated acceptance tests
    
    * updated outputxmlmode
    
    * Update displayname
    
    * Prepare 4.3.0
    OsirisTerje authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    2d1b1bf View commit details
    Browse the repository at this point in the history
Loading