Skip to content

Input string was not in a correct format #90

@altyne

Description

@altyne

To reproduce:

var t = @"

/* Test1 /
public class Human
{
public string Name {get;set;}
}


/
Test2 */
public class Address
{
public string StreetName {get;set;}
}
";

Console.WriteLine(t);

Note: This is executing properly in VS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions