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
Replace null checks with exceptions for DateTime types
Address PR feedback: throw InvalidOperationException when System.DateTime or System.DateTimeOffset types are not found in compilation, as these fundamental .NET types should always be available.
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
0 commit comments