-
Notifications
You must be signed in to change notification settings - Fork 26
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pythonnet/clr-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 13 files changed
- 5 contributors
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b5914e - Browse repository at this point
Copy the full SHA 9b5914eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe765c - Browse repository at this point
Copy the full SHA cbe765cView commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80e2385 - Browse repository at this point
Copy the full SHA 80e2385View commit details
Commits on Jul 28, 2025
-
Co-authored-by: Mohamed Koubaa <koubaa@github.com>
Configuration menu - View commit details
-
Copy full SHA for f9e0544 - Browse repository at this point
Copy the full SHA f9e0544View commit details
Commits on Aug 14, 2025
-
Support pythonnet for AppDomain (#78)
* load the assembly and get function address inside the domain When using domain.Load for an assembly, the assembly resolution rules are awkward Even if the full path is given to the AssemblyName, when the domain tries to load the assembly, it does not use that context and tries to resolve the assembly using normal domain resolution rules, which would require an assembly resolver to be installed. However, the assembly resolver that is actually used at runtime is the one installed to the main appdomain. This prevents a library like Python.Runtime.dll (used by pythonnet) which is not installed to the application base directory to be loaded by clr_loader. To fix this issue, the assembly resolver of the main appdomain is lazily extending to include paths needed for libraries passed into GetFunction, and GetFunction internally uses AppDomain.DoCallBack() to marshal the function pointer inside the target app domain, using global domain data to access the function pointer and return it to the user of clr_loader. * Add comment * PR review feedback --------- Co-authored-by: Mohamed Koubaa <koubaa@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5dadf4c - Browse repository at this point
Copy the full SHA 5dadf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3445ff - Browse repository at this point
Copy the full SHA c3445ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeed6ec - Browse repository at this point
Copy the full SHA eeed6ecView commit details -
Add get_coreclr_command_line which uses hostfxr_initialize_for_dotnet…
Configuration menu - View commit details
-
Copy full SHA for 8c123c6 - Browse repository at this point
Copy the full SHA 8c123c6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.7...master