PlatformSpecific.Analyzer 0.0.3-alpha

This is a prerelease version of PlatformSpecific.Analyzer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PlatformSpecific.Analyzer --version 0.0.3-alpha
NuGet\Install-Package PlatformSpecific.Analyzer -Version 0.0.3-alpha
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="PlatformSpecific.Analyzer" Version="0.0.3-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PlatformSpecific.Analyzer --version 0.0.3-alpha
#r "nuget: PlatformSpecific.Analyzer, 0.0.3-alpha"
#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 PlatformSpecific.Analyzer as a Cake Addin
#addin nuget:?package=PlatformSpecific.Analyzer&version=0.0.3-alpha&prerelease

// Install PlatformSpecific.Analyzer as a Cake Tool
#tool nuget:?package=PlatformSpecific.Analyzer&version=0.0.3-alpha&prerelease

This analyzer detects where you're using platform-specific (non-universal) Windows 10 APIs, and helps you guard them correctly.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 6,537 6/1/2016
2.0.2 3,735 12/1/2015
2.0.0-preview 1,134 8/15/2015
1.0.5 3,284 7/31/2015
1.0.3 1,203 7/30/2015
1.0.1 1,081 7/25/2015
1.0.0 1,053 7/24/2015
0.0.3-alpha 987 6/13/2015
0.0.2-alpha 973 6/5/2015
0.0.1-alpha 814 6/4/2015

Turns out Windows.UI.Color comes from System.Runtime.WindowsRuntime due to projection layer. Fixed the false positive on this type.