Microsoft.VisualBasic 10.3.0

Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.VisualBasic --version 10.3.0
                    
NuGet\Install-Package Microsoft.VisualBasic -Version 10.3.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.VisualBasic" Version="10.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.VisualBasic" Version="10.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.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.VisualBasic --version 10.3.0
                    
#r "nuget: Microsoft.VisualBasic, 10.3.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.
#addin nuget:?package=Microsoft.VisualBasic&version=10.3.0
                    
Install Microsoft.VisualBasic as a Cake Addin
#tool nuget:?package=Microsoft.VisualBasic&version=10.3.0
                    
Install Microsoft.VisualBasic as a Cake Tool

Provides types that support the Visual Basic runtime

Commonly Used Types:
Microsoft.VisualBasic.Strings
Microsoft.VisualBasic.CompilerServices.Conversions

30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.

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 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  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 netcore50 is compatible.  uap was computed.  uap10.0 was computed.  uap10.0.16299 is compatible. 
Windows Phone wpa81 is compatible. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed.  win8 is compatible. 
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 (82)

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

Package Downloads
Microsoft.PowerPlatform.Dataverse.Client

This package contains the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.

Microsoft.CodeAnalysis.Analyzer.Testing

Roslyn Analyzer Test Framework Common Types.

Neo4jClient

A .NET client for neo4j: an open source, transactional graph database. It's pretty awesome.

Microsoft.NETCore

Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (43)

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

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Klocman/Bulk-Crap-Uninstaller
Remove large amounts of unwanted applications quickly.
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
jimradford/superputty
The SuperPuTTY Window Manager for putty sessions
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
dnGrep/dnGrep
Graphical GREP tool for Windows
ProtonVPN/win-app
Official ProtonVPN Windows app
dotnet/roslyn-analyzers
wieslawsoltes/ChatGPT
A ChatGPT C# client for MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.
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
codeproject/CodeProject.AI-Server
CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
pamidur/aspect-injector
AOP framework for .NET (c#, vb, etc)
wokhan/WFN
Windows Firewall Notifier extends the default Windows embedded firewall by allowing to handle and notify about outgoing connections, offers real time connections monitoring, connections map, bandwidth usage monitoring and more...
brianluft/sqlnotebook
SQL Notebook — Casual data exploration in SQL
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at sambaXP + SNIA SMB3 IO Lab EMEA (April 7- April 10, 2025)
dotnet/roslyn-sdk
Roslyn-SDK templates and Syntax Visualizer
lastbattle/Harepacker-resurrected
All in one .wz file/map editor for MapleStory game files
swagkarna/StormKitty
:key: Stealer written on C#, logs will be sent to Telegram bot.
Version Downloads Last updated
10.3.0 19,533,135 5/29/2018
10.2.0 349,846 8/11/2017
10.1.0 38,631,421 11/15/2016
10.0.1 98,344,854 6/27/2016
10.0.0 1,741,507 7/29/2015