Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 594 Bytes

DateTime.Now Banisher

Disables the use of DateTime.Now, in favour of DateTime.UtcNow in C# projects
This can be installed as either a visual studio extension or a nuget package as an analyzer.
I have only published the nuget package, however, the extension can be easily built with the source.

Link to Built Nuget Package

https://www.nuget.org/packages/DisableDateTimeNow/1.0.5883.39470

You can also install by typing this command into the Package Management Console:

Install-Package DisableDateTimeNow