Microsoft.CodeAnalysis.VisualBasic.Workspaces 2.3.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.3 or higher.

dotnet add package Microsoft.CodeAnalysis.VisualBasic.Workspaces --version 2.3.2
                    
NuGet\Install-Package Microsoft.CodeAnalysis.VisualBasic.Workspaces -Version 2.3.2
                    
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.Workspaces" Version="2.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="2.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" />
                    
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.Workspaces --version 2.3.2
                    
#r "nuget: Microsoft.CodeAnalysis.VisualBasic.Workspaces, 2.3.2"
                    
#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.
#addin nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=2.3.2
                    
Install Microsoft.CodeAnalysis.VisualBasic.Workspaces as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=2.3.2
                    
Install Microsoft.CodeAnalysis.VisualBasic.Workspaces as a Cake Tool
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (100)

Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.VisualBasic.Workspaces:

Package Downloads
Microsoft.CodeAnalysis

.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.

Microsoft.CodeAnalysis.VisualBasic.Features

.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.

Buildalyzer.Workspaces

A little utility to perform design-time builds of .NET projects without having to think too hard about it. This extension library adds support for creating a Roslyn workspace from Buildalyzer.

Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing

Roslyn Code Fix Test Framwork For Visual Basic.

Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing

Roslyn Analyzer Test Framwork For VisualBasic.

GitHub repositories (50)

Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.VisualBasic.Workspaces:

Repository Stars
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
neuecc/UniRx
Reactive Extensions for Unity
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
dotnet/docfx
Static site generator for .NET API documentation.
dotnet/roslynator
Roslynator is a set of code analysis tools for C#, powered by Roslyn.
apache/lucenenet
Apache Lucene.NET
dotnet/roslyn-analyzers
MarcosMeli/FileHelpers
The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
KirillOsenkov/SourceBrowser
Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io
cezarypiatek/MappingGenerator
:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
aspnet/Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
moq/labs
The most popular and friendly mocking framework for .NET
phmonte/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
icsharpcode/RefactoringEssentials
Refactoring Essentials for Visual Studio
daveaglick/Scripty
Tools to let you use Roslyn-powered C# scripts for code generation
Version Downloads Last updated
4.13.0 319,257 2/24/2025
4.12.0 652,096 12/4/2024
4.12.0-3.final 10,375 10/29/2024
4.12.0-2.final 10,919 9/17/2024
4.12.0-1.final 13,077 8/14/2024
4.11.0 2,394,938 8/15/2024
4.11.0-3.final 2,697 7/31/2024
4.11.0-2.final 6,191 6/19/2024
4.10.0 1,172,352 6/10/2024
4.10.0-3.final 8,628 4/29/2024
4.10.0-2.final 7,338 3/19/2024
4.10.0-1.final 274 3/18/2024
4.9.2 1,601,784 3/2/2024
4.9.0-3.final 12,494 1/22/2024
4.9.0-2.final 37,633 12/16/2023
4.9.0-1.final 396 12/13/2023
4.8.0 4,369,037 11/22/2023
4.8.0-3.final 26,150 11/3/2023
4.8.0-2.final 22,686 9/20/2023
4.8.0-1.final 3,531 9/9/2023
4.7.0 2,040,187 8/18/2023
4.7.0-2.final 25,435 6/20/2023
4.7.0-1.final 21,546 5/20/2023
4.6.0 1,084,371 5/16/2023
4.6.0-1.final 173,073 3/3/2023
4.5.0 2,090,076 2/24/2023
4.5.0-2.final 37,169 1/6/2023
4.4.0 5,808,337 11/14/2022
4.4.0-4.final 91,202 10/22/2022
4.4.0-2.final 62,639 9/19/2022
4.4.0-1.final 4,091 8/16/2022
4.3.1 908,102 9/30/2022
4.3.0-3.final 3,035 7/26/2022
4.3.0-2.final 6,049 6/22/2022
4.3.0-1.final 14,789 5/10/2022
4.2.0 1,740,754 5/13/2022
4.2.0-4.final 7,639 4/27/2022
4.2.0-2.final 28,631 3/25/2022
4.2.0-1.final 9,418 2/18/2022
4.1.0 3,024,258 2/16/2022
4.1.0-3.final 9,596 1/27/2022
4.1.0-1.final 47,622 11/19/2021
4.0.1 2,449,715 11/9/2021
4.0.0-6.final 10,649 10/20/2021
4.0.0-5.final 2,039 10/11/2021
4.0.0-4.final 29,488 9/15/2021
4.0.0-3.final 37,845 8/12/2021
4.0.0-2.final 1,786 7/20/2021
4.0.0-1.final 19,018 7/7/2021
3.11.0 1,586,924 8/11/2021
3.11.0-3.final 485 7/15/2021
3.11.0-1.final 4,722 6/14/2021
3.10.0 303,493 6/11/2021
3.10.0-3.final 11,995 5/13/2021
3.10.0-2.final 1,484 4/20/2021
3.10.0-1.final 19,877 3/3/2021
3.9.0 1,384,687 3/2/2021
3.9.0-5.final 1,479 2/24/2021
3.9.0-4.final 1,507 2/10/2021
3.9.0-3.final 4,476 1/20/2021
3.9.0-2.final 8,300 12/10/2020
3.9.0-1.final 68,507 12/4/2020
3.8.0 2,729,325 11/13/2020
3.8.0-5.final 14,300 10/23/2020
3.8.0-4.final 3,867 10/13/2020
3.8.0-3.final 16,564 9/16/2020
3.8.0-2.final 1,042 9/1/2020
3.7.0 1,849,840 8/5/2020
3.7.0-4.final 5,315 7/14/2020
3.7.0-3.final 2,711 7/2/2020
3.7.0-2.final 2,604 6/15/2020
3.7.0-1.final 42,531 5/19/2020
3.6.0 743,475 5/19/2020
3.6.0-4.final 3,692 5/5/2020
3.6.0-3.final 1,361 4/16/2020
3.6.0-2.final 46,648 3/26/2020
3.6.0-1.final 2,980 3/17/2020
3.5.0 566,353 3/16/2020
3.5.0-beta3-final 13,676 2/19/2020
3.5.0-beta2-final 16,075 1/23/2020
3.5.0-beta1-final 16,535 12/3/2019
3.4.0 1,972,918 12/3/2019
3.4.0-beta4-final 13,023 11/15/2019
3.4.0-beta3-final 3,524 11/4/2019
3.4.0-beta2-final 43,348 10/15/2019
3.4.0-beta1-final 3,858 9/23/2019
3.3.1 10,809,804 9/23/2019
3.3.1-beta3-final 11,853 9/5/2019
3.3.0-beta2-final 3,660 8/15/2019
3.3.0-beta1-final 5,896 7/26/2019
3.2.1 216,513 8/9/2019
3.2.0 71,738 8/1/2019
3.2.0-beta4-final 3,875 7/16/2019
3.2.0-beta3-final 4,719 6/25/2019
3.2.0-beta1-final 4,352 5/21/2019
3.1.0 247,745 5/21/2019
3.1.0-beta3-final 7,251 5/7/2019
3.1.0-beta2-final 3,973 4/24/2019
3.1.0-beta1-final 3,337 4/10/2019
3.0.0 507,983 4/2/2019
3.0.0-beta4-final 5,838 2/27/2019
3.0.0-beta3-final 20,934 2/14/2019
3.0.0-beta2-final 7,974 1/24/2019
2.11.0-beta1-final 7,965 12/11/2018
2.10.0 1,564,936 11/15/2018
2.9.0 961,968 8/16/2018
2.8.2 8,841,150 5/22/2018
2.8.0 695,015 5/1/2018
2.8.0-beta4 4,985 4/20/2018
2.8.0-beta3 8,413 4/12/2018
2.7.0 120,269 3/8/2018
2.6.1 417,121 12/14/2017
2.6.0 124,692 12/8/2017
2.6.0-beta3 6,662 11/22/2017
2.4.0 221,054 10/16/2017
2.3.2 115,176 8/31/2017
2.3.1 167,963 7/20/2017
2.3.0 25,923 7/11/2017
2.3.0-beta3 4,193 7/6/2017
2.3.0-beta2 4,519 6/15/2017
2.3.0-beta1 9,596 5/30/2017
2.2.0 52,818 5/30/2017
2.1.0 37,040 4/21/2017
2.0.0 128,815 3/9/2017
2.0.0-rc4 28,076 2/8/2017
2.0.0-rc3 4,675 1/30/2017
2.0.0-rc2 13,790 12/14/2016
2.0.0-rc 5,673 11/18/2016
2.0.0-beta5 7,088 10/18/2016
2.0.0-beta4 4,842 10/12/2016
2.0.0-beta3 10,785 7/13/2016
2.0.0-beta1 10,670 3/31/2016
1.3.2 419,337 7/1/2016
1.3.1 121,783 7/1/2016
1.3.0 60,390 6/27/2016
1.3.0-beta1-20160429-01 4,259 5/16/2016
1.2.2 48,519 5/17/2016
1.2.1 90,178 3/31/2016
1.2.0 349,825 3/31/2016
1.2.0-rc 6,232 3/5/2016
1.2.0-beta1-20160202-02 5,208 2/2/2016
1.1.1 79,023 12/3/2015
1.1.0 32,332 11/30/2015
1.1.0-rc1-20151109-01 5,462 11/14/2015
1.1.0-rc1 5,664 10/19/2015
1.1.0-beta1-20150928-02 4,884 10/15/2015
1.1.0-beta1-20150812-01 5,402 8/26/2015
1.1.0-beta1 5,358 10/9/2015
1.0.1 1,071,130 12/21/2016
1.0.0 218,354 7/13/2015
1.0.0-rc3 11,245 6/17/2015
1.0.0-rc2 356,790 4/24/2015
1.0.0-rc1 14,978 2/14/2015
1.0.0-beta2 17,093 1/16/2015
1.0.0-beta1-20141031-01 12,255 11/11/2014
0.7.4091001-beta 10,967 9/29/2014
0.7.4080704-beta 7,861 8/20/2014
0.7.4052301-beta 9,344 6/3/2014
0.6.4033103-beta 13,046 4/1/2014