Conversation
| @@ -0,0 +1 @@ | |||
| These assemblies are built from https://git.autodesk.com/Dynamo/pythonnet targeting netstandard2.0 No newline at end of file | |||
There was a problem hiding this comment.
I added new assemblies for netstd20 only because I could not get tests to run on the pythonnet targeting netstd20
Once we get pythonnet CICD to run properly, we can just keep the new netstd20 assmeblies (since they are compatible with net48 and net6.0)
There was a problem hiding this comment.
Did the test run properly for you locally? The embedded test part of CICD for PythoNet is unstable (when running in docker) and has been for a while.
There was a problem hiding this comment.
Also, we have more changes coming into python net soon so we should resolve this sooner than later.
There was a problem hiding this comment.
I could not get the tests to run locally.
Something with the nunit version is causing issues.
This PR does:
Added remaining projects to the dotnet6 build
Added new Pythonnet assemblies targeting netstandard2.0 (will remove when pythonnet PR is merged)
Fixed a bug with the way we search for ASM files on linux vs windows
Some small changes from @saintentropy