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
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
I recently stumbled upon the following, when i defined a Family in a Service by accident (should have been a System), the field was never was initialized and accessing it crashed. It would be nice if the compiler could prevent that from happening and issue a warning or error.
I recently stumbled upon the following, when i defined a
Familyin aServiceby accident (should have been aSystem), the field was never was initialized and accessing it crashed. It would be nice if the compiler could prevent that from happening and issue a warning or error.