You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitely declare AlignAssignmentStatement class as public
If we do not put the public qualifier in front of a class definition, .net core interprets it as internal. .net framework on the other hand defaults to public. Hence, we need to make the access qualifier explicit.
0 commit comments