dotnet/runtime
GitHub で見るConsider renaming COM* types in clr native code to CLR*
Open
#86,145 opened on 2023年5月12日
area-VM-coreclrhelp wantedin-pr
Repository metrics
- Stars
- (17,886 stars)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:
Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?