AzureCompilerFacilePackage 1.0.0.2

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

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

How do we Enforce Coding standards and guidelines at Compiler Level and this should be applicable for all projects in an Org. When we compile a code, C# compiler should warn developer to use
1) Transient fault handling app blocks (if code is connecting to Sql azure, ServiceBus, Blob/tables etc)
2) Warn about using latest features of azure SDK and many more.. In General we need to have general framework which sits above c# compiler and guides compiler to give specific warnings. Developer should be able to write any pluggable code to fit into this framework. This framework should also generate required code if developer accepts to resolve the warning.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
1.0.2.2 4,688 12/3/2014
1.0.2.1 4,136 12/3/2014
1.0.1.1 2,610 7/23/2014
1.0.1 2,137 7/23/2014
1.0.0.9 2,063 7/23/2014
1.0.0.8 2,136 7/23/2014
1.0.0.7 2,088 7/23/2014
1.0.0.6 2,121 7/23/2014
1.0.0.5 2,208 7/16/2014
1.0.0.4 2,010 7/15/2014
1.0.0.3 2,212 7/14/2014
1.0.0.2 2,036 7/14/2014
1.0.0.1 2,101 7/14/2014
1.0.0 2,026 7/14/2014

How to Use:
1) Open Visual Studio 2013 using command "devenv /rootsuffix roslyn" at start->run
2) Download AzureCompilerFacile nuget package to your solution
3) Reload page using Azure objects and check for warnings.