Skip to content
  • Luca Cappa's avatar
    VS: Encode newlines in XML attributes · 0bf44180
    Luca Cappa authored and Brad King's avatar Brad King committed
    Encode `\n` as `
` to avoid generating a literal newline inside an
    XML attribute.  This is more readable and also fixes custom commands in
    `.csproj` files with VS 2019 RC.
    
    Fixes: #19001
    0bf44180