Top 20 NuGet roslyn Packages

Replaces CSC and aspnet_compiler.exe with StackExchange.Precompiler for compiling C# (.cs) and Razor View (.cshtml) files in asp.net mvc 5 projects.
Hooks into the csc and ASP.NET MVC pipeline to enable DNX-style metaprogramming in ASP.NET MVC 5 applications with StackExchange.Precompilation.Build
Code Analyzers and Fixers for Common Entity Framework Issues built by .NET Compiler Platform ("Roslyn")
Contains useful extension methods which simplifies using of SyntaxTree and SemanticModel
NitroBolt.CodeGeneration - Immutable class generation (methods: With, By)
Analyzer that checks if async void methods catch exceptions. Much has been written on the topic of avoiding async void methods whenever possible. There are other analyzers to help enforce that practice. However, sometimes such methods are appropriate/necessary. In these cases, the important t...
Simple OO wrapper on top of libclang in C#.
Allows to use CodeDOM Providers for .NET Compiler Platform in non-ASP.NET projects
UnityEngineAnalyzer is a set of Roslyn analyzers that aim to detect common problems in Unity3D C# code. Unity3D makes it easy for us to make cross platform games, but there are hidden rules about performance and AOT, which might only come with experience, testing or reading the forums. It is hoped t...
Trivial Ast
Since Microsoft.CodeAnalysis depends on System.Reflection.Metadata and the later can not be installed with nuget 2.8.6, I've repacked it into a single package.
.NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor. Supported Platforms: - .NET Framework 4.6 More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2...
CoreCLR-compatible versions of the C# and VB compilers.
BEFORE READING: There are different schools of thought about var keyword usage. This analyzer is inspired by Jeremy post at http://jeremybytes.blogspot.it/2014/02/demystifying-var-keyword-in-c.html. VarAnalyzer is an Analyzer with Code Fix developed using the Roslyn platform. It allows users to get...
Simple Roslyn analyzer and quick fix for Common.Logging usage smells.
DelSole.CrossAnalyzers is a collection of code analyzers and refactorings for C# on multiple platforms