pythonnet / pythonnet/clr-loader
RuntimeInfo.version '<undefined>'
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 42
- 派生
- 32
- 平均合并
- 14 小时 1 分钟
- 30 天内合并 PR
- 1
描述
Environment
- Pythonnet version: 3.0.1
- Python version: 3.7.1
- Operating System: Windows 10
- .NET Runtime: .NET Framework 4.8 is latest version installed.
Details
- Describe what you were trying to get done.
Determine the .NET Framework runtime version pythonnet is using.
import pythonnet
import clr
pythonnet.get_runtime_info()
# Prints the following:
# RuntimeInfo(kind='.NET Framework', version='<undefined>', initialized=True, shutdown=False)
Why does this show '<undefined>' as the RuntimeInfo version? Is this a bug?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 pythonnet.get_runtime_info() 以及报告中显示的 RuntimeInfo 值开始,然后跟踪 .NET Framework runtime 版本的获取方式。在所述的 Windows 和 .NET Framework 环境中确认该行为;完成的标准是报告的版本已填充,而不是 ''。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100