Roslynator.CodeFixes 4.16.1

Prefix Reserved

Requires NuGet 2.8 or higher.

dotnet add package Roslynator.CodeFixes --version 4.16.1
                    
NuGet\Install-Package Roslynator.CodeFixes -Version 4.16.1
                    
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="Roslynator.CodeFixes" Version="4.16.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Roslynator.CodeFixes" Version="4.16.1" />
                    
Directory.Packages.props
<PackageReference Include="Roslynator.CodeFixes">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Roslynator.CodeFixes --version 4.16.1
                    
#r "nuget: Roslynator.CodeFixes, 4.16.1"
                    
#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.
#:package Roslynator.CodeFixes@4.16.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Roslynator.CodeFixes&version=4.16.1
                    
Install as a Cake Addin
#tool nuget:?package=Roslynator.CodeFixes&version=4.16.1
                    
Install as a Cake Tool

Roslynator.CodeFixes

A collection of code fixes for C# compiler diagnostics, powered by Roslyn.

Use this package when Roslynator IDE extensions are unavailable, such as VS Code with C# Dev Kit. Otherwise, use the IDE extension instead.

Requirements

  • Visual Studio 2022
  • VS Code with C# extension 1.21.13 or higher
  • Roslyn 3.8.0 or higher (when used directly, not as part of an IDE)

Usage

  • Add the package to your project:

    dotnet add package roslynator.codefixes
    
  • Use EditorConfig to configure code fixes.

Feedback

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Roslynator.CodeFixes:

Package Downloads
BioEngine.Core

Package Description

Belp.Formatting

An unofficial bundle of formatting tools that strives for closeness to conventional C#.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Roslynator.CodeFixes:

Repository Stars
microsoft/kernel-memory
Research project. A Memory solution for users, teams, and applications.
jeangatto/ASP.NET-Core-Clean-Architecture-CQRS-Event-Sourcing
ASP.NET Core, C#, CQRS Event Sourcing, REST API, DDD, SOLID Principles and Clean Architecture
jeangatto/ASP.NET-Core-Vertical-Slice-Architecture
ASP.NET Core, C#, Vertical Slice Architecture, CQRS, REST API, DDD, SOLID Principles
MASSHUU12/godot-yat
YAT is an plugin that provides a customizable, in-game terminal for your Godot (C#) project.
Version Downloads Last Updated
4.16.1 5,538 8/16/2026
4.16.0 15,856 8/8/2026
4.15.0 780,576 12/14/2025
4.14.1 172,176 10/5/2025
4.14.0 126,194 7/26/2025
4.13.1 118,883 2/23/2025
4.13.0 6,082 2/9/2025
4.12.11 24,058 1/28/2025
4.12.10 26,556 12/17/2024
4.12.9 34,919 10/25/2024
4.12.8 15,199 10/11/2024
4.12.7 16,387 10/1/2024
4.12.6 18,185 9/23/2024
4.12.5 7,071 9/13/2024
4.12.4 148,859 6/1/2024
4.12.3 14,247 5/10/2024
4.12.2 10,216 4/23/2024
4.12.1 4,930 4/15/2024
4.12.0 4,575 3/19/2024
4.11.0 20,776 2/19/2024
Loading failed