DateTimeAnalyzer 1.0.0.2

dotnet add package DateTimeAnalyzer --version 1.0.0.2
NuGet\Install-Package DateTimeAnalyzer -Version 1.0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DateTimeAnalyzer" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DateTimeAnalyzer --version 1.0.0.2
#r "nuget: DateTimeAnalyzer, 1.0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DateTimeAnalyzer as a Cake Addin
#addin nuget:?package=DateTimeAnalyzer&version=1.0.0.2

// Install DateTimeAnalyzer as a Cake Tool
#tool nuget:?package=DateTimeAnalyzer&version=1.0.0.2

This analyzer checks for usage of Date and DateTime objects in Windows Store, Windows Phone, and OData WebAPI projects where you should instead use DateTimeOffset. Every time the analyzer finds an improper date type, it squiggles the type with a warning and provides an automatic fix. Other project types are ignored.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.2 143 2/25/2015
1.0.0.1 54 2/20/2015
1.0.0 74 2/20/2015

This version can be used with CTP 6 of Visual Studio 2015.