Top 20 NuGet roslyn Packages

Natasha 的运行时反解器模块
Patched roslyn for memes More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/zawodskoj/roslyn.git/commit/1f12f23abcadd9a876f981d17ad365c14e765ab3.
Provides analyzers for validating that: * Tabs are used for indentation. * Lengths of lines, methods, properties, and files are acceptable. * #regions are used within long files and files that contain multiple types. * Method blocks use a single return. * File names match the names of type...
An implementation of .NET documentation rules using Roslyn analyzers and code fixes
Source code generation tool that hosts custom generators (AKA Plugins). This package contains MSBuild targets that run the tool during a build, before compilation. See project site for details.
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc The code-assist version that integrates with the Visual Studio 2019 IDE is here, https://marketplace.v...
Configuration via yaml file
Provides platform-specific (WPF) implementations for UI elements required by the RoslynPad.Roslyn package.
Contains attributes used by the Excubo.Analyzers
Asyncify-CSharp is an analyzer and codefix that allows you to quickly update your code to use the Task Asynchronous Programming model. This model, introduced in C# 5, adds an intuitive way of handling asynchronous calls within C#. The analyzer allows large codebases to be easily modified to use the ...
Stop copying and pasting code in order to support Async/Await! Shaolinq.AsyncRewriter generates async methods from your sync methods using Roslyn. AsyncRewriter is used extensively by the Shaolinq ORM/LINQ project.
Analyzers for System.Reflection
C# code analyzers used at Faithlife.
This package is a rebuild of the Roslyn compiler to allows access to internals/privates in other assemblies.. https://www.nuget.org/packages/Microsoft.Net.Compilers/3.4.0 This package can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.7.2+ Full Framewor...
With Roslinq it's possible to use Linq to browse through source code and modify it.
Used to help support Akka.NET users and developers with common Akka-specific code issues
A MSBuild task that automatically runs Roslyn (csx) scripts before compilation as an alternative to T4.
F# wrapper for Roslyn CodeGeneration API
Ensure all members are assigned in an object initializer. Enable with comment above it: // AssignAll enable
A shared package used by the .NET Compiler Platform ("Roslyn + Conan") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://github.com/conan-roslyn/Cona...