Microsoft.CodeAnalysis.VisualBasic.CodeStyle 5.6.0

Prefix Reserved
dotnet add package Microsoft.CodeAnalysis.VisualBasic.CodeStyle --version 5.6.0
                    
NuGet\Install-Package Microsoft.CodeAnalysis.VisualBasic.CodeStyle -Version 5.6.0
                    
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="Microsoft.CodeAnalysis.VisualBasic.CodeStyle" Version="5.6.0">
  <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="Microsoft.CodeAnalysis.VisualBasic.CodeStyle" Version="5.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeStyle">
  <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 Microsoft.CodeAnalysis.VisualBasic.CodeStyle --version 5.6.0
                    
#r "nuget: Microsoft.CodeAnalysis.VisualBasic.CodeStyle, 5.6.0"
                    
#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 Microsoft.CodeAnalysis.VisualBasic.CodeStyle@5.6.0
                    
#: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=Microsoft.CodeAnalysis.VisualBasic.CodeStyle&version=5.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.VisualBasic.CodeStyle&version=5.6.0
                    
Install as a Cake Tool

.NET Compiler Platform ("Roslyn") code style analyzers for Visual Basic.
   
     More details at https://aka.ms/roslyn-packages
     This package was built from the source at https://github.com/dotnet/roslyn/commit/c0573ed0a7dc3e3b4d2e70da47f97cc51a35524f.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.CodeAnalysis.VisualBasic.CodeStyle:

Repository Stars
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnet/project-system
The .NET Project System for Visual Studio
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Version Downloads Last Updated
5.6.0 167 7/2/2026
5.3.0 429 3/10/2026
5.3.0-2.final 93 2/2/2026
5.0.0 837 11/18/2025
5.0.0-2.final 422 10/9/2025
4.14.0 1,883 5/15/2025
4.13.0 1,207 2/24/2025
4.12.0 4,341 12/4/2024
4.12.0-3.final 258 10/29/2024
4.12.0-2.final 287 9/17/2024
4.12.0-1.final 258 8/14/2024
4.11.0 2,283 8/15/2024
4.11.0-3.final 149 7/31/2024
4.11.0-2.final 309 6/19/2024
4.10.0 930 6/10/2024
4.10.0-3.final 262 4/29/2024
4.10.0-2.final 266 3/19/2024
4.10.0-1.final 157 3/18/2024
4.9.2 1,537 3/2/2024
4.9.0-3.final 334 1/22/2024
Loading failed