Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

VB -> C#: Multi line strings #1173

Open
Open
Labels
Good for coding agentCoding agent might get it in one - small change with repro VB -> C#Specific to VB -> C# conversion compilation errorA bug where the converted output won't compile good first issue

Description

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 repro VB -> C#Specific to VB -> C# conversion compilation errorA bug where the converted output won't compile good 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

        AltStyle によって変換されたページ (->オリジナル) /