Thanks to visit codestin.com
Credit goes to github.com

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: pythonnet/clr-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: pythonnet/clr-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 3, 2023

  1. Run test for autogenerated config in subprocess (#47)

    Only a single version of a dotnet-core runtime can be loaded at a given
    time. This off-loads one of our tests to a subprocess (the same pattern
    would work if we did this for the other test). Could be cleaner, but
    this will do for now.
    filmor authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c5d1a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b4649 View commit details
    Browse the repository at this point in the history
  3. Add support for mono_set_dirs (#43)

    * add support for mono_set_dirs
    * add set_signal_chaining flag
    * add tests
    koubaa authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    717e797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56d77c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. fix mono set dirs (#48)

    * fix mono set dirs
    
    * fix path
    koubaa authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    79d6c67 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Add Python 3.11 to CI

    filmor committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7dd9b46 View commit details
    Browse the repository at this point in the history
  2. Drop CI for EOLd Python 3.7

    filmor committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d8f51e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63d7f69 View commit details
    Browse the repository at this point in the history
  4. Delay actually loading the runtime to fix property setting (#63)

    * Delay actually loading the runtime to fix property setting
    * Launch test for properties in separate process
    filmor authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    000bc78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70e2c72 View commit details
    Browse the repository at this point in the history
  6. Add unit test for using a separate domain

    br-sk authored and filmor committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    05235b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59f47f9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #42 from pythonnet/netfx-domain

    .NET Framework domains
    filmor authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a88b6a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Jul 10, 2024

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

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    8e6dcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5914e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe765c View commit details
    Browse the repository at this point in the history
Loading