FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/embed_tests/TestDomainReload.cs - pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
embed_tests
TestDomainReload.cs
on
net8.0
User selector
Datepicker
Commit history
Commits on Jul 1, 2022
got rid of a few deprecation warnings that pollute GitHub code review
lostmsu
committed
e241a9d
View commit details
Copy full SHA for e241a9d
View code at this point
Browse repository at this point
Commits on Dec 25, 2021
`ShutdownMode` has been removed. The only shutdown mode supported now is an equivalent of `ShutdownMode.Reload`
Show description for 53836de
lostmsu
committed
53836de
View commit details
Copy full SHA for 53836de
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
merge latest master
lostmsu
committed
44d65d9
View commit details
Copy full SHA for 44d65d9
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
removed code testing possiblity to dispose objects after domain restart
lostmsu
committed
60d90c6
View commit details
Copy full SHA for 60d90c6
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
switched tests to match the new reference changes
lostmsu
committed
6fa2004
View commit details
Copy full SHA for 6fa2004
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
always explicitly specify the way strings are marshaled
lostmsu
committed
2498d47
View commit details
Copy full SHA for 2498d47
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081
authored
d6c0081
View commit details
Copy full SHA for d6c0081
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
fixed domain reload test, that tries to call static method from object instance
lostmsu
committed
ca96444
View commit details
Copy full SHA for ca96444
View code at this point
Browse repository at this point
reworked Finalizer to only store raw python object handles instead of PyObject instances
lostmsu
committed
ff86507
View commit details
Copy full SHA for ff86507
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Convert projects to SDK style
Show description for f811e51
filmor
committed
f811e51
View commit details
Copy full SHA for f811e51
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Add intern string and PyIdentifier (#1254)
Show description for d0c588b
amos402
authored
d0c588b
View commit details
Copy full SHA for d0c588b
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Extract utility method in TestDomainReload
Show description for d1799aa
BadSingleton
committed
d1799aa
View commit details
Copy full SHA for d1799aa
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
fixup! Inline called-once methods in TestDomainReload
BadSingleton
committed
7e0d56d
View commit details
Copy full SHA for 7e0d56d
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
Simplify PythonRunner.RunPython
Show description for 09f8281
BadSingleton
committed
09f8281
View commit details
Copy full SHA for 09f8281
View code at this point
Browse repository at this point
Inline called-once methods in TestDomainReload
Show description for 06a656e
BadSingleton
committed
06a656e
View commit details
Copy full SHA for 06a656e
View code at this point
Browse repository at this point
Use Console.WriteLine formatting overload
Show description for 38ea0b6
BadSingleton
committed
38ea0b6
View commit details
Copy full SHA for 38ea0b6
View code at this point
Browse repository at this point
Adds numbering to domain names in TestDomainReload
Show description for 0077ea8
BadSingleton
committed
0077ea8
View commit details
Copy full SHA for 0077ea8
View code at this point
Browse repository at this point
Adds documentation to TestDomainReload.TestClassReference
Show description for 32bcb3a
BadSingleton
committed
32bcb3a
View commit details
Copy full SHA for 32bcb3a
View code at this point
Browse repository at this point
Adds code comments to CrossDomainObject test
Show description for 4ab9f1c
BadSingleton
committed
4ab9f1c
View commit details
Copy full SHA for 4ab9f1c
View code at this point
Browse repository at this point
Adds missing assert
Show description for 4f0420e
BadSingleton
committed
4f0420e
View commit details
Copy full SHA for 4f0420e
View code at this point
Browse repository at this point
Fixes some typos in TestDomainReload
Show description for 9b62a61
BadSingleton
committed
9b62a61
View commit details
Copy full SHA for 9b62a61
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Multi times for running cross dispose
amos402
committed
66ab719
View commit details
Copy full SHA for 66ab719
View code at this point
Browse repository at this point
Test for class object on crossed domain
amos402
committed
bcfdcc7
View commit details
Copy full SHA for bcfdcc7
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
Add temp tests reference by https://github.com/pythonnet/pythonnet/pull/1074#issuecomment-596139665
amos402
committed
9d57a82
View commit details
Copy full SHA for 9d57a82
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
* Stash for ImportHook
Show description for aa63f0b
amos402
committed
aa63f0b
View commit details
Copy full SHA for aa63f0b
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
Avoid Domain tests influence other tests when the default is not Soft or Reload
amos402
committed
3cb56f1
View commit details
Copy full SHA for 3cb56f1
View code at this point
Browse repository at this point
In domain test, use soft mode if default mode is normal
amos402
committed
670bd74
View commit details
Copy full SHA for 670bd74
View code at this point
Browse repository at this point
* API for getting the default shutdown mode
Show description for f4bb77a
amos402
committed
f4bb77a
View commit details
Copy full SHA for f4bb77a
View code at this point
Browse repository at this point
Commits on Feb 10, 2020
`TestDomainReload` use itself assembly instead of dynamic creation
amos402
committed
9499c64
View commit details
Copy full SHA for 9499c64
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Not generating the debug info for generated modules
amos402
committed
8da561b
View commit details
Copy full SHA for 8da561b
View code at this point
Browse repository at this point
* Serialize CLRObject
Show description for 80d4fa0
amos402
committed
80d4fa0
View commit details
Copy full SHA for 80d4fa0
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add basic `reload` shutdown mode
amos402
committed
bf3d9f8
View commit details
Copy full SHA for bf3d9f8
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
* Drop NativeCodePage dependency
Show description for 1b466df
amos402
committed
1b466df
View commit details
Copy full SHA for 1b466df
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
* Fix deadlock on domain unload
Show description for 2039e69
amos402
committed
2039e69
View commit details
Copy full SHA for 2039e69
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Specific exception types
amos402
committed
00a0b32
View commit details
Copy full SHA for 00a0b32
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL