Colton Sellers
Colton Sellers
Rebased and ready 👍🏽
Hmmm, I don't believe so 🤔 We have never had this problem with the set before, I'll take a look for anything weird and post it here tomorrow.
Also this part in Equals() does nothing because the Type obj is already converted to a MaybeType ``` // Compare as a Type if (obj is Type typeObj) { return...
PythonNet 2.0+ no longer requires this .dll.config file to point to the Python lib. It uses an environment var for "PYTHONNET_PYDLL" to locate the lib file. Voting to close this...
Apologies, turns out its not something that the VSCode protocol manages, but rather is a feature of the debugger. I believe debugger engines like `vsdbg` manage this sort of mapping...
Yes! That's great, I appreciate it. In the meantime I found a less flexible work around that can be set during build. By using property `PathMap` in your csproj or...