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: bUnit-dev/bUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.5
Choose a base ref
...
head repository: bUnit-dev/bUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.4
Choose a head ref
  • 17 commits
  • 14 files changed
  • 5 contributors

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    5ef24fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v1.13'

    bUnitBot committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c53a8b1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stable'

    bUnitBot committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8cfdb63 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.0...v17.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    698b3dd View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    65cf535 View commit details
    Browse the repository at this point in the history
  2. docs: fix progress telerik link

    egil authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    dcbbdec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e961bf7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'stable'

    bUnitBot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0e75085 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. build(deps): Bump SonarAnalyzer.CSharp from 8.50.0.58025 to 8.51.0.59060

    Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 8.50.0.58025 to 8.51.0.59060.
    - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
    - [Commits](SonarSource/sonar-dotnet@8.50.0.58025...8.51.0.59060)
    
    ---
    updated-dependencies:
    - dependency-name: SonarAnalyzer.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f4d42e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. build(deps): Bump BenchmarkDotNet from 0.13.2 to 0.13.3

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.2 to 0.13.3.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.2...v0.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2f5f559 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. fix: FakeNavigationManager can't handle umlauts (#952)

    * Fix case when Uri does not have Absolute Path.
    
    In the real implementation this works fine. But not when unit-testing. This fixes that issue.
    
    * Fix unit test. Change GetNewAbsoluteUri
    
    * Updated CHANGELOG.md
    
    * Test case for umlauts. Rephrase CHANGELOG.
    
    Fixes according to comments on PR.
    
    * Add 'Fixed' subtitle in changelog.
    joelmandell authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    26b8e97 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. build(deps): Bump Moq from 4.18.3 to 4.18.4

    Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.18.3...v4.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: Moq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c955807 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. feat: Added IMemoryCache by default to the container (#955)

    * feat: Added IMemoryCache by default to the container
    
    * Better wording
    
    Co-authored-by: Egil Hansen <[email protected]>
    
    * Use predefined extension method to add memory cache
    
    Co-authored-by: Egil Hansen <[email protected]>
    linkdotnet and egil authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3cc8e99 View commit details
    Browse the repository at this point in the history
  2. Set version to '1.14'

    bUnitBot committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    85d2a77 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #957 from bUnit-dev/release/v1.14

    Release of new minor version v1.14
    egil authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7843cbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77da254 View commit details
    Browse the repository at this point in the history
Loading