Microsoft.CodeAnalysis.VisualBasic 2.0.0-beta5

Prefix Reserved
This is a prerelease version of Microsoft.CodeAnalysis.VisualBasic.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.VisualBasic --version 2.0.0-beta5
                    
NuGet\Install-Package Microsoft.CodeAnalysis.VisualBasic -Version 2.0.0-beta5
                    
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" Version="2.0.0-beta5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="2.0.0-beta5" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" />
                    
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 --version 2.0.0-beta5
                    
#r "nuget: Microsoft.CodeAnalysis.VisualBasic, 2.0.0-beta5"
                    
#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&version=2.0.0-beta5&prerelease
                    
Install Microsoft.CodeAnalysis.VisualBasic as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.VisualBasic&version=2.0.0-beta5&prerelease
                    
Install Microsoft.CodeAnalysis.VisualBasic as a Cake Tool

.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll.
     
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries

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.  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 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 net45 is compatible.  net451 was computed.  net452 was computed.  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 (87)

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

Package Downloads
Microsoft.CodeAnalysis.VisualBasic.Workspaces

.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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

Microsoft.CodeAnalysis.Compilers

Compiler layer of the .NET Compiler Platform ("Roslyn"). Install this package to get both C# and Visual Basic support. If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

Stimulsoft.Reports.Engine.NetCore

The native .NET Core cross platform report engine is a part of the reporting tool for .NET Core and .NET frameworks, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.

Buildalyzer

A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime.

FastReport.Compat

Common compatible types for FastReport .Net, Core and Mono

GitHub repositories (55)

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

Repository Stars
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
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
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.
GitTools/GitVersion
From git log to SemVer in no time
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
apache/lucenenet
Apache Lucene.NET
microsoft/ClearScript
A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
dotnet/roslyn-analyzers
UiPath/CoreWF
WF runtime ported to work on .NET 6
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
KirillOsenkov/SourceBrowser
Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io
microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
moq/labs
The most popular and friendly mocking framework for .NET
Version Downloads Last updated
4.14.0 55,674 5/15/2025
4.13.0 536,533 2/24/2025
4.12.0 884,418 12/4/2024
4.12.0-3.final 15,118 10/29/2024
4.12.0-2.final 17,347 9/17/2024
4.12.0-1.final 14,827 8/14/2024
4.11.0 2,903,193 8/15/2024
4.11.0-3.final 4,098 7/31/2024
4.11.0-2.final 6,927 6/19/2024
4.10.0 1,545,081 6/10/2024
4.10.0-3.final 10,609 4/29/2024
4.10.0-2.final 11,533 3/19/2024
4.10.0-1.final 412 3/18/2024
4.9.2 1,941,082 3/2/2024
4.9.0-3.final 15,094 1/22/2024
4.9.0-2.final 42,237 12/16/2023
4.9.0-1.final 1,665 12/13/2023
4.8.0 5,526,888 11/22/2023
4.8.0-3.final 295,313 11/3/2023
4.8.0-2.final 27,025 9/20/2023
4.8.0-1.final 4,820 9/9/2023
4.7.0 2,243,411 8/18/2023
4.7.0-2.final 29,200 6/20/2023
4.7.0-1.final 24,917 5/20/2023
4.6.0 1,431,395 5/16/2023
4.6.0-1.final 171,018 3/3/2023
4.5.0 2,449,300 2/24/2023
4.5.0-2.final 49,931 1/6/2023
4.4.0 6,798,887 11/14/2022
4.4.0-4.final 95,096 10/22/2022
4.4.0-2.final 71,731 9/19/2022
4.4.0-1.final 8,942 8/16/2022
4.3.1 1,195,133 9/30/2022
4.3.0-3.final 4,164 7/26/2022
4.3.0-2.final 13,365 6/22/2022
4.3.0-1.final 18,180 5/10/2022
4.2.0 2,037,774 5/13/2022
4.2.0-4.final 9,065 4/27/2022
4.2.0-2.final 32,558 3/25/2022
4.2.0-1.final 11,319 2/18/2022
4.1.0 3,379,316 2/16/2022
4.1.0-3.final 13,344 1/27/2022
4.1.0-1.final 49,613 11/19/2021
4.0.1 3,736,042 11/9/2021
4.0.0-6.final 12,459 10/20/2021
4.0.0-5.final 2,284 10/11/2021
4.0.0-4.final 34,129 9/15/2021
4.0.0-3.final 41,324 8/12/2021
4.0.0-2.final 2,124 7/20/2021
4.0.0-1.final 21,074 7/7/2021
3.11.0 1,811,985 8/11/2021
3.11.0-3.final 670 7/15/2021
3.11.0-1.final 10,166 6/14/2021
3.10.0 342,842 6/11/2021
3.10.0-3.final 36,894 5/13/2021
3.10.0-2.final 2,034 4/20/2021
3.10.0-1.final 21,699 3/3/2021
3.9.0 1,900,146 3/2/2021
3.9.0-5.final 1,904 2/24/2021
3.9.0-4.final 1,839 2/10/2021
3.9.0-3.final 5,118 1/20/2021
3.9.0-2.final 37,500 12/10/2020
3.9.0-1.final 69,475 12/4/2020
3.8.0 5,665,454 11/13/2020
3.8.0-5.final 17,235 10/23/2020
3.8.0-4.final 5,459 10/13/2020
3.8.0-3.final 19,202 9/16/2020
3.8.0-2.final 2,171 9/1/2020
3.7.0 2,030,355 8/5/2020
3.7.0-4.final 7,284 7/14/2020
3.7.0-3.final 3,209 7/2/2020
3.7.0-2.final 4,028 6/15/2020
3.7.0-1.final 43,731 5/19/2020
3.6.0 1,303,087 5/19/2020
3.6.0-4.final 3,872 5/5/2020
3.6.0-3.final 5,230 4/16/2020
3.6.0-2.final 46,930 3/26/2020
3.6.0-1.final 3,180 3/17/2020
3.5.0 698,657 3/16/2020
3.5.0-beta3-final 14,984 2/19/2020
3.5.0-beta2-final 20,586 1/23/2020
3.5.0-beta1-final 18,071 12/3/2019
3.4.0 2,044,588 12/3/2019
3.4.0-beta4-final 18,249 11/15/2019
3.4.0-beta3-final 8,846 11/4/2019
3.4.0-beta2-final 44,888 10/15/2019
3.4.0-beta1-final 5,224 9/23/2019
3.3.1 12,444,186 9/23/2019
3.3.1-beta3-final 13,126 9/5/2019
3.3.0-beta2-final 5,239 8/15/2019
3.3.0-beta1-final 9,797 7/26/2019
3.2.1 220,681 8/9/2019
3.2.0 119,646 8/1/2019
3.2.0-beta4-final 6,077 7/16/2019
3.2.0-beta3-final 6,904 6/25/2019
3.2.0-beta1-final 5,531 5/21/2019
3.1.0 305,252 5/21/2019
3.1.0-beta3-final 8,511 5/7/2019
3.1.0-beta2-final 5,166 4/24/2019
3.1.0-beta1-final 4,916 4/10/2019
3.0.0 582,929 4/2/2019
3.0.0-beta4-final 17,545 2/27/2019
3.0.0-beta3-final 23,820 2/14/2019
3.0.0-beta2-final 10,367 1/24/2019
2.11.0-beta1-final 9,525 12/11/2018
2.10.0 1,745,200 11/15/2018
2.9.0 1,029,730 8/16/2018
2.8.2 8,850,860 5/22/2018
2.8.0 731,124 5/1/2018
2.8.0-beta4 6,626 4/20/2018
2.8.0-beta3 9,906 4/12/2018
2.7.0 143,577 3/8/2018
2.6.1 439,181 12/14/2017
2.6.0 128,790 12/8/2017
2.6.0-beta3 8,302 11/22/2017
2.4.0 256,498 10/16/2017
2.3.2 164,820 8/31/2017
2.3.1 190,927 7/20/2017
2.3.0 32,711 7/11/2017
2.3.0-beta3 5,891 7/6/2017
2.3.0-beta2 6,115 6/15/2017
2.3.0-beta1 11,550 5/30/2017
2.2.0 59,736 5/30/2017
2.1.0 75,219 4/21/2017
2.0.0 680,811 3/9/2017
2.0.0-rc4 101,798 2/8/2017
2.0.0-rc3 6,642 1/30/2017
2.0.0-rc2 16,260 12/14/2016
2.0.0-rc 732,650 11/18/2016
2.0.0-beta5 9,397 10/28/2016
2.0.0-beta4 6,595 10/12/2016
2.0.0-beta3 406,080 7/13/2016
2.0.0-beta1 12,993 3/31/2016
1.3.2 514,085 7/1/2016
1.3.1 130,316 7/1/2016
1.3.0 125,021,494 6/27/2016
1.3.0-beta1-20160429-01 2,135,058 5/16/2016
1.2.2 57,920 5/17/2016
1.2.1 94,512 3/31/2016
1.2.0 350,552 3/31/2016
1.2.0-rc 7,904 3/5/2016
1.2.0-beta1-20160202-02 76,576 2/2/2016
1.2.0-beta1-20160108-01 9,858 1/12/2016
1.1.1 2,412,822 12/3/2015
1.1.0 34,724 11/30/2015
1.1.0-rc1-20151109-01 7,163 11/14/2015
1.1.0-rc1 7,393 10/19/2015
1.1.0-beta1-20150928-02 6,532 10/15/2015
1.1.0-beta1-20150812-01 7,071 8/26/2015
1.1.0-beta1 7,067 10/9/2015
1.0.1 995,287 12/21/2016
1.0.0 236,485 7/13/2015
1.0.0-rc3 13,733 6/17/2015
1.0.0-rc2 357,009 4/24/2015
1.0.0-rc1 17,562 2/14/2015
1.0.0-beta2 19,374 1/16/2015
1.0.0-beta1-20141031-01 14,120 11/11/2014
0.7.4091001-beta 13,207 9/29/2014
0.7.4080704-beta 13,632 8/20/2014
0.7.4052301-beta 22,996 6/3/2014
0.6.4033103-beta 15,912 4/1/2014