You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pydoc getting confused by our __file__ if __doc__ is not defined (should be fixed with 1865 as well, only happens if __doc__ does not exist for some type)
Maybe ensure that the path of the runtimeconfig.json is automatically added to sys.path? Decided against this, as runtime_config is now an optional parameter.
Maybe default to .NET Core if Mono is not available on Unix? Decided against this, it would be a much worse experience if the default changed just because someone installed Mono.
IntPtrandUIntPtrare not right now, work in Fix (U)IntPtr construction #1861Stringcan be called, work in Fix string construction #1862__doc__for (at least?) primitive types, work in Fix docstring for directly constructed types #1865__file__if__doc__is not defined (should be fixed with 1865 as well, only happens if__doc__does not exist for some type)runtimeconfig.jsonis automatically added tosys.path? Decided against this, asruntime_configis now an optional parameter.import clrwith no .NET runtime should give a helpful message #1868)clr-loader(see Add a.infoattribute to runtimes and drop the wrappers where possible clr-loader#28)releasebranch back intomasterdocsworkflow to publish frommasterinstead ofrelease3.1.0-dev