ARM64 support
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 25/100
- Issue 类型
- 功能
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- csharp
调研方向
首先定位调用 RpceStubHelper.GetPlatform() 的 RPC 代码,以及对 X86_ProcFormatStringOffsetTable 和 X64_ProcFormatStringOffsetTable 的引用。比较现有平台分支的选择方式,然后确定添加 ARM64 支持的范围,以及应如何测试完成情况;该 issue 未指定测试或具体的实现目标。
由索引模型根据 Issue 内容生成。
描述
Hello, most of the RPC code only supports x86 and AMD64, for example:
return RpceStubHelper.GetPlatform() == RpceStubTargetPlatform.X86 ? X86_ProcFormatStringOffsetTable : X64_ProcFormatStringOffsetTable;
Are there please any plans for ARM64 support? Thanks.
- 主要语言
- C#
- 星标
- 566
- 派生
- 214
- PR 合并指标
- 30 天内没有已合并 PR
环境准备
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
microsoft/WindowsProtocolTestSuites 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 62/100
-
难度 4/5 3-5 天 新手友好度 42/100
-
难度 3/5 1-2 天 新手友好度 20/100
-
难度 3/5 1-2 天 新手友好度 30/100
microsoft/WindowsProtocolTestSuites#319 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
查看 microsoft/WindowsProtocolTestSuites 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 72/100
fluentassertions/fluentassertions#3353 ·
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 半天 新手友好度 78/100
unoplatform/uno#24769 ·
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
AvaloniaUI/Avalonia#22323 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 88/100
microsoft/onnxruntime-genai#2633 ·
维护者通常 1 天内回复