dotnet/runtime

Consider renaming COM* types in clr native code to CLR*

开放

#86,145 创建于 2023年5月12日

 (20 条评论) (2 个反应) (0 位负责人)C# (5,445 个派生)batch import
area-VM-coreclrhelp wantedin-pr

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:

https://github.com/dotnet/runtime/blob/a5d13e24cb374b55c906061f825d864efec7f3fb/src/coreclr/classlibnative/inc/floatdouble.h#L10

Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?

贡献者指南