69 packages tagged with “Refactoring”
A collection of 200+ analyzers for C#, powered by Roslyn.
Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).
Implementation of the Scientist library for .NET, inspired by the Ruby library from GitHub
A collection of code fixes for C# compiler diagnostics, powered by Roslyn.
Roslyn Code Refactoring Framework C# Types.
Roslyn Code Refactoring Test Framework Common Types.
Roslyn Code Refactoring Test Framwork For Visual Basic.
Roslyn Code Refactoring xUnit Framework C# Types.
Roslyn Code Refactoring MSTest Framework C# Types.
A collection of 200+ refactorings for C#, powered by Roslyn.
Analyzers and Code Fixes for Visual Studio 2017 (Roslyn-based). Intended for build integration. If you need Visual Studio integration only, please check out the VSIX (Visual Studio extension) from our Web site.
This library extends functionality of package Microsoft.CodeAnalysis.CSharp Commonly Used Types: Roslynator.CSharp.CSharpFactory Roslynator.CSharp.CSharpFacts Roslynator.CSharp.SyntaxInfo Roslynator.NameGenerator
Contains a set of useful analyzers for C#. Requires at least VS2017. For a list of all the analyzers see http://roslyn-analyzers.readthedocs.io/en/latest/analyzers-in-the-repo.html.
Roslyn Code Refactoring Test Framwork For xUnit.
Roslyn Code Refactoring Test Framwork For MSTest.
The core project of Visual F# Power Tools includes IDE-agnostic features intended to be used in different F# IDEs and editors.
Roslyn Code Refactoring NUnit Framework C# Types.
This library extends functionality of package Microsoft.CodeAnalysis.CSharp.Workspaces Commonly Used Types: Roslynator.CSharp.CSharpFactory Roslynator.CSharp.CSharpFacts Roslynator.CSharp.SyntaxInfo Roslynator.NameGenerator
Roslyn Code Refactoring Test Framwork For NUnit.
SlimJim genereates Visual Studio solution files that include related projects from disparate repositories.
Lombiq .NET Analyzers: .NET code analyzers and code convention settings for general .NET projects. See the project website for detailed documentation.
The easiest way to analyze and fix method names for asynchronous methods.
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings. This is a of fork Dustin Campbell's library RoslynNUnitLight - this version is a test framework independent.
Roslyn-based C# code analyzer that aims to provide a set of rules that helps to simplify code and make it cleaner.
Automatically adds Add(Singleton|Scoped|Transient) from your new class declaration into nearest DI registration point
Useful .NET Compiler Platform analyzers and code fix providers for your C# projects
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings using NUnit.
Provides base classes to automagically parse concrete types (and primitives) to/from a string. Custom types can easily be created to validate the given string against a regular expression, so you know the string is "correct".
Additional attributes for MicrosoftDI.AddXRefactoring