Microsoft.CodeAnalysis.VisualBasic.Workspaces
5.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.VisualBasic.Workspaces --version 5.0.0
NuGet\Install-Package Microsoft.CodeAnalysis.VisualBasic.Workspaces -Version 5.0.0
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" />
paket add Microsoft.CodeAnalysis.VisualBasic.Workspaces --version 5.0.0
#r "nuget: Microsoft.CodeAnalysis.VisualBasic.Workspaces, 5.0.0"
#:package Microsoft.CodeAnalysis.VisualBasic.Workspaces@5.0.0
#addin nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=5.0.0
#tool nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=5.0.0
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
| Product | Versions 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 is compatible. 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 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (= 5.0.0)
- Microsoft.CodeAnalysis.VisualBasic (= 5.0.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 5.0.0)
- System.Buffers (>= 4.6.0)
- System.Collections.Immutable (>= 9.0.0)
- System.Composition (>= 9.0.0)
- System.IO.Pipelines (>= 9.0.0)
- System.Memory (>= 4.6.0)
- System.Numerics.Vectors (>= 4.6.0)
- System.Reflection.Metadata (>= 9.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- System.Threading.Channels (>= 8.0.0)
- System.Threading.Tasks.Extensions (>= 4.6.0)
-
net8.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (= 5.0.0)
- Microsoft.CodeAnalysis.VisualBasic (= 5.0.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 5.0.0)
- System.Collections.Immutable (>= 9.0.0)
- System.Composition (>= 9.0.0)
- System.IO.Pipelines (>= 9.0.0)
- System.Reflection.Metadata (>= 9.0.0)
-
net9.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (= 5.0.0)
- Microsoft.CodeAnalysis.VisualBasic (= 5.0.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 5.0.0)
- System.Composition (>= 9.0.0)
NuGet packages (106)
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/adb4347a172149b3ec18552da62e4da6fb2cf362. |
|
|
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/adb4347a172149b3ec18552da62e4da6fb2cf362. |
|
|
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 (53)
Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.VisualBasic.Workspaces:
| Repository | Stars |
|---|---|
|
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
|
|
|
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.
|
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
|
apache/lucenenet
Apache Lucene.NET
|
|
|
KirillOsenkov/SourceBrowser
Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io
|
|
|
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.
|
|
|
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
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
|
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
|
|
|
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
|
|
|
moq/labs
The most popular and friendly mocking framework for .NET
|
|
|
Buildalyzer/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.0-2.final | 174 | 2/2/2026 |
| 5.0.0 | 667,387 | 11/18/2025 |
| 5.0.0-2.final | 8,809 | 10/9/2025 |
| 4.14.0 | 3,428,264 | 5/15/2025 |
| 4.13.0 | 1,264,524 | 2/24/2025 |
| 4.12.0 | 1,743,516 | 12/4/2024 |
| 4.12.0-3.final | 11,826 | 10/29/2024 |
| 4.12.0-2.final | 12,459 | 9/17/2024 |
| 4.12.0-1.final | 15,402 | 8/14/2024 |
| 4.11.0 | 4,559,105 | 8/15/2024 |
| 4.11.0-3.final | 5,183 | 7/31/2024 |
| 4.11.0-2.final | 6,944 | 6/19/2024 |
| 4.10.0 | 2,919,782 | 6/10/2024 |
| 4.10.0-3.final | 9,409 | 4/29/2024 |
| 4.10.0-2.final | 9,697 | 3/19/2024 |
| 4.10.0-1.final | 429 | 3/18/2024 |
| 4.9.2 | 2,273,750 | 3/2/2024 |
| 4.9.0-3.final | 19,240 | 1/22/2024 |
| 4.9.0-2.final | 56,998 | 12/16/2023 |
| 4.9.0-1.final | 552 | 12/13/2023 |