Results 6 comments of Jesse Good

@lohithgn To me, the current examples are not consistent though in there use of parentheses: Without parentheses: `@topping.Topping.GetFormattedPrice()` With parentheses: `Price: @(Pizza.GetFormattedTotalPrice())` With and without? `@(Pizza.Size)" @Pizza.Special.Name` When you say...

@lohithgn Are you trying to make a reply back to my question? You answer seems to be answering a question I did not ask...

@jessegood I see. Let me try to explain again. Basically, I would prefer *implicit* expressions over explicit unless the parser requires them. So in the example that you copied from...

Just my 2 cents, but I ran into this issue because I misread the following line in the docs. > The following element is added by default to an app...

@NTaylorMullen Thanks. Just a follow-up, but it seems all the keywords have the same behavior. In the below example, it says "Note: Tab twice to insert the if snippet" and...

Seems it may be related to using ICU? See https://github.com/dotnet/runtime/issues/47524