Skip to content

VB -> C#: Multi line strings #1173

@wizzardmr42

Description

@wizzardmr42

VB.Net input code

            Dim tmp = "
"

Erroneous output

string tmp = "
";

Expected output

var tmp = @"
";

Details

VS extension 9.2.7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good for coding agentCoding agent might get it in one - small change with reproVB -> C#Specific to VB -> C# conversioncompilation errorA bug where the converted output won't compilegood first issue

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions