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
With nullable references enabled in all new projects, we should still check for null arguments, since we have no control over user code. Use ArgumentNullException.ThrowIfNull etc. For reference type arguments in all publicly exposed methods in SampSharp.OpenMp.Core and SampSharp.OpenMp.Entities
The text was updated successfully, but these errors were encountered:
With nullable references enabled in all new projects, we should still check for null arguments, since we have no control over user code. Use
ArgumentNullException.ThrowIfNull
etc. For reference type arguments in all publicly exposed methods inSampSharp.OpenMp.Core
andSampSharp.OpenMp.Entities
The text was updated successfully, but these errors were encountered: