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
support for DateOnly/TimeOnly the same operations that are possible for DateTime (like "-" operator) and TimeSpan
correct comparison of DateOnly and DateTime values (note that DateOnly.CompareTo can compare only with another DateOnly)
The text was updated successfully, but these errors were encountered:
VitaliyMF
changed the title
Add DateOnly/TimeOnly support in LambdaParameterWrapper
Add DateOnly/TimeOnly support in LambdaParameterWrapper (net6+ targets)
Nov 22, 2024
The text was updated successfully, but these errors were encountered: