Closed DualBrain closed 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; } }
}
Fixed in 5.0.0.28
Below is the code I was using when I got a failure - entered here as requested.
using System;
namespace ClassLibrary1 {
}