You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaks:
string s = "Hello";
Script.Literal("alert({greet: 'Hello'}.greet)", s);
Script.Literal("alert({greet: {0}}.greet)", s);
In this cases the JS compilation just stops and I get a non executable JavaScript.