aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Lliterals with {} break ReferenceExpression

Open davidfowl opened this issue 1 year ago • 0 comments

Repro:

var s = "{x}";
var expr = ReferenceExpression.Create($"{s}").ValueExpression

This explodes. We should handle this.

davidfowl avatar Apr 17 '24 20:04 davidfowl