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/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-rc4
Choose a base ref
...
head repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-rc5
Choose a head ref
  • 13 commits
  • 26 files changed
  • 2 contributors

Commits on Jul 16, 2022

  1. Generate XML documentation on build and add to it NuGet package (#1878)

    also fixed issues with xml docs in the code
    
    implements #1876
    lostmsu authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    a5e9b55 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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

Commits on Aug 8, 2022

  1. BREAKING: disabled implicit conversion from Python objects implementi…

    …ng sequence protocol to (#1902)
    
    .NET arrays when the target .NET type is `System.Object`. The conversion is still attempted when the
    target type is a `System.Array`
    
    fixes #1900
    lostmsu authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5f63c67 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

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

Commits on Sep 16, 2022

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

Commits on Sep 17, 2022

  1. Bump clr-loader dependency to 0.2.3 and adjust interface

    - Supports loading without explicitly specifying the runtime config now
    - Exposes information on the loaded runtime
    filmor committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    3f12469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db52dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd8fd3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d3e55 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1942 from filmor/configless-coreclr

    Config-less CoreCLR and improved runtime load message
    filmor authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    43769f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Bump release candidate version

    filmor committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    f1ef11d View commit details
    Browse the repository at this point in the history
Loading