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
In a recent update, I have changed public get / private set properties to public readonly members. This is to provide a clearer definition of the immutable nature of the member after the class has been constructed (as a private set property can be updated at any point during the object's life).