Info
Version: | 1.0.2.2 |
Author(s): | Guru, Gowri, Shivani, Jasneet, Sheetal |
Last Update: | Wednesday, December 3, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://codebox/AzureCompilerFacile/Wiki/Edit.aspx?title=Home |
NuGet Url: | https://www.nuget.org/packages/AzureCompilerFacilePackage |
Install
Install-Package AzureCompilerFacilePackage
dotnet add package AzureCompilerFacilePackage
paket add AzureCompilerFacilePackage
AzureCompilerFacilePackage Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.