paul1956 / CSharpToVB

New version of CSharpToVB converter
MIT License
25 stars 9 forks source link

'Record' conversion fail. #67

Closed DualBrain closed 3 years ago

DualBrain commented 3 years ago

Below is the code I was using when I got a failure - entered here as requested.

using System;

namespace ClassLibrary1 {

public record A
{
    public int A1 { get; init; }
    public int B1 { get; init; }
    public int C1 { get; init; }
}

}

paul1956 commented 3 years ago

Fixed in 5.0.0.28