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.3.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.4.2
Choose a head ref
  • 8 commits
  • 39 files changed
  • 4 contributors

Commits on Nov 22, 2022

  1. Bump NUnit3TestAdapter from 4.3.0 to 4.3.1 (#1035)

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](V4.3.0...V4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cd91fba View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Send message as warning in case of error stream, informational otherw…

    …ise (#1037) (#1038)
    
    * Send message as warning in case of error stream, informational otherwise (#1037)
    
    * Moved TestOutput unit test to separate region (#1037)
    
    Co-authored-by: Martin Harwig <m.harwig@ellips.com>
    mharwig and Martin Harwig authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    82660ca View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Engine316 2 (#1061)

    * Update frameworks
    
    * Update to 3.16.2
    
    * update 3.16.2
    
    * 4.4.0-beta.1 release
    
    * remove local nuget source
    
    * updated windows build on azure devops to include netcore 3.1
    
    * Changed tests from using net45 to net462
    
    * update target framework to 4.6.2
    
    * fix sdk version
    
    * updated lib statements to refer to existing libs
    
    * updating github actions with net6
    
    * Adding net 7 support for github action
    
    * updating azure pipelines
    
    * Update azurepipeline typo
    OsirisTerje authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f8a1836 View commit details
    Browse the repository at this point in the history
  2. Bump NUnit.Analyzers from 3.5.0 to 3.6.0 (#1060)

    Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.5.0 to 3.6.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.5.0...3.6.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8acdecf View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3.0.0 to 3.3.0 (#1046)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 25, 2023
    Configuration menu
    Copy the full SHA
    4c703f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Prepare440 (#1063)

    * Fix update of packages
    
    * Updated version number
    OsirisTerje authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    6501150 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Enginefix (#1071)

    * minor fixes to nuspec and update package for acceptance
    
    * Fixes for issues #1065 and #1066
    
    * updated version
    
    * removed local feed
    OsirisTerje authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3683deb View commit details
    Browse the repository at this point in the history
  2. Enginefix (#1072)

    * minor fixes to nuspec and update package for acceptance
    
    * Fixes for issues #1065 and #1066
    
    * updated version
    
    * removed local feed
    
    * updated to 4.4.2, removed refs to dependencymodel package
    OsirisTerje authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    dd3f0a8 View commit details
    Browse the repository at this point in the history
Loading