New rule S6562: Always set the DateTimeKind
when creating a new DateTime
object
#7081
Closed
2 tasks
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Type: New Rule
Implementation for a rule that HAS been specified.
Milestone
Implement new rule S6562: Always set the DateTimeKind when creating a new DateTime object.
This rule should raise when a new
DateTime
object is created and the Kind is not set toLocal
orUtc
The text was updated successfully, but these errors were encountered: