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: ericwu/MemoryModule.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trungnt2910/MemoryModule.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 4, 2024

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.3.3 to 17.10.0

    Bumps Microsoft.NET.Test.Sdk from 17.3.3 to 17.10.0.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fa3f635 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. build(deps): bump MSTest.TestFramework from 2.2.10 to 3.5.2

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.10 to 3.5.2.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v2.2.10...v3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: MSTest.TestFramework
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b485071 View commit details
    Browse the repository at this point in the history
  2. Merge pull request trungnt2910#47 from trungnt2910/dependabot/nuget/M…

    …icrosoft.NET.Test.Sdk-17.10.0
    
    build(deps): bump Microsoft.NET.Test.Sdk from 17.3.3 to 17.10.0
    trungnt2910 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a3c75d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request trungnt2910#52 from trungnt2910/dependabot/nuget/M…

    …STest.TestFramework-3.5.2
    
    build(deps): bump MSTest.TestFramework from 2.2.10 to 3.5.2
    trungnt2910 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e2a3203 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump MSTest.TestAdapter from 2.2.7 to 3.5.2

    Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.7 to 3.5.2.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v2.2.7...v3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: MSTest.TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6d7d08b View commit details
    Browse the repository at this point in the history
  5. Merge pull request trungnt2910#53 from trungnt2910/dependabot/nuget/M…

    …STest.TestAdapter-3.5.2
    
    build(deps): bump MSTest.TestAdapter from 2.2.7 to 3.5.2
    trungnt2910 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    54df80c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. feat: Add Windows ARM64 support

    Fixed the process architecture to host image machine type code.
    Now ARM64 `.dll`s should be loadable by MemoryModule.
    trungnt2910 committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    04939b5 View commit details
    Browse the repository at this point in the history
  2. fix(Windows): Legacy .NET Framework builds

    Use old method of detecting archtiecture (`Environment.Is64BitProcess`)
    for .NET Framework 4.5.1 builds.
    trungnt2910 committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    d109252 View commit details
    Browse the repository at this point in the history
Loading