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
Right now it flags on the implicit conversion of DT to DTO but you could mistakingly get around this by doing DateTimeOffset dto = new DateTimeOffset(new DateTime(2,2,2022)); and not including a timespan in your constructor when this is doing the same thing.
The text was updated successfully, but these errors were encountered:
BenjaminMichaelis
changed the title
INTL0202 - Also flag when the DateTime Constructor of DateTimeOffset is used
INTL0202 - Also flag when the DateTime only Constructor of DateTimeOffset is used
Apr 3, 2024
Right now it flags on the implicit conversion of DT to DTO but you could mistakingly get around this by doing
DateTimeOffset dto = new DateTimeOffset(new DateTime(2,2,2022));
and not including a timespan in your constructor when this is doing the same thing.The text was updated successfully, but these errors were encountered: