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
Our Roslyn analyzer already detects the usage of DateTime.Now, DateTime.UtcNow and DateTime.Today.
We should also report about DateTimeOffset.Now and DateTimeOffset.UtcNow.
The text was updated successfully, but these errors were encountered:
As part of this implementation, we could investigate how to use the same idea from Banned APIs Analyzers project, which is to use a configurable/generic txt file instead of manually looking for symbols.
Our Roslyn analyzer already detects the usage of
DateTime.Now
,DateTime.UtcNow
andDateTime.Today
.We should also report about
DateTimeOffset.Now
andDateTimeOffset.UtcNow
.The text was updated successfully, but these errors were encountered: