When declaring primary constructors the syntax highlining is broken. Example
public class MyClass(string s)
{
public string _s { get; set; } = s;
}
When declaring primary constructors the syntax highlining is broken. Example
public class MyClass(string s)
{
public string _s { get; set; } = s;
}