dotnet/runtime
Auf GitHub ansehenConsider renaming COM* types in clr native code to CLR*
Open
#86.145 geöffnet am 12. Mai 2023
area-VM-coreclrhelp wantedin-pr
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
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?