dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.27k stars 5.89k forks source link

For Interpolated Strings, we should indicate what kind of conversion is used. #27048

Open Martin521 opened 2 years ago

Martin521 commented 2 years ago

While for "Typed Interpolated Strings" the conversion of the expression to a string is precisely defined, there is no such indication for non-typed conversion. I assume the string operator is used. Briefly mentioning this in the Remarks section would be helpful.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BillWagner commented 2 years ago

ping @dsyme for your thoughts here.