Skip to content

Disables the use of DateTime.Now, in favour of DateTime.UtcNow in C# projects

License

Notifications You must be signed in to change notification settings

LiamMorrow/DateTime.Now-Banisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Disables the use of DateTime.Now, in favour of DateTime.UtcNow in C# projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published