Microsoft.CodeAnalysis.VisualBasic.Workspaces
4.12.0
Prefix Reserved
dotnet add package Microsoft.CodeAnalysis.VisualBasic.Workspaces --version 4.12.0
NuGet\Install-Package Microsoft.CodeAnalysis.VisualBasic.Workspaces -Version 4.12.0
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0" />
paket add Microsoft.CodeAnalysis.VisualBasic.Workspaces --version 4.12.0
#r "nuget: Microsoft.CodeAnalysis.VisualBasic.Workspaces, 4.12.0"
// Install Microsoft.CodeAnalysis.VisualBasic.Workspaces as a Cake Addin #addin nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=4.12.0 // Install Microsoft.CodeAnalysis.VisualBasic.Workspaces as a Cake Tool #tool nuget:?package=Microsoft.CodeAnalysis.VisualBasic.Workspaces&version=4.12.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/dfa7fc6bdea31a858a402168384192b633c811fa.
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 is compatible. 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 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 | 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 (>= 8.0.0)
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0)
- Microsoft.CodeAnalysis.VisualBasic (= 4.12.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.12.0)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 8.0.0)
- System.Composition (>= 8.0.0)
- System.IO.Pipelines (>= 8.0.0)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Reflection.Metadata (>= 8.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
- System.Threading.Channels (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net7.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0)
- Microsoft.CodeAnalysis.VisualBasic (= 4.12.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.12.0)
- System.Collections.Immutable (>= 8.0.0)
- System.Composition (>= 8.0.0)
- System.IO.Pipelines (>= 8.0.0)
- System.Reflection.Metadata (>= 8.0.0)
- System.Threading.Channels (>= 7.0.0)
-
net8.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0)
- Microsoft.CodeAnalysis.VisualBasic (= 4.12.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.12.0)
- System.Collections.Immutable (>= 8.0.0)
- System.Composition (>= 8.0.0)
- System.IO.Pipelines (>= 8.0.0)
- System.Reflection.Metadata (>= 8.0.0)
- System.Threading.Channels (>= 7.0.0)
NuGet packages (53)
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/dfa7fc6bdea31a858a402168384192b633c811fa. |
|
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/dfa7fc6bdea31a858a402168384192b633c811fa. |
|
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 (51)
Showing the top 5 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.
|
Version | Downloads | Last updated |
---|---|---|
4.12.0 | 224,523 | 12/4/2024 |
4.12.0-3.final | 8,674 | 10/29/2024 |
4.12.0-2.final | 9,938 | 9/17/2024 |
4.12.0-1.final | 11,691 | 8/14/2024 |
4.11.0 | 1,390,759 | 8/15/2024 |
4.11.0-3.final | 2,089 | 7/31/2024 |
4.11.0-2.final | 6,096 | 6/19/2024 |
4.10.0 | 825,511 | 6/10/2024 |
4.10.0-3.final | 8,358 | 4/29/2024 |
4.10.0-2.final | 6,432 | 3/19/2024 |
4.10.0-1.final | 221 | 3/18/2024 |
4.9.2 | 1,344,642 | 3/2/2024 |
4.9.0-3.final | 9,029 | 1/22/2024 |
4.9.0-2.final | 29,789 | 12/16/2023 |
4.9.0-1.final | 340 | 12/13/2023 |
4.8.0 | 3,630,210 | 11/22/2023 |
4.8.0-3.final | 24,417 | 11/3/2023 |
4.8.0-2.final | 22,529 | 9/20/2023 |
4.8.0-1.final | 3,207 | 9/9/2023 |
4.7.0 | 1,897,753 | 8/18/2023 |
4.7.0-2.final | 24,410 | 6/20/2023 |
4.7.0-1.final | 18,947 | 5/20/2023 |
4.6.0 | 844,718 | 5/16/2023 |
4.6.0-1.final | 167,498 | 3/3/2023 |
4.5.0 | 2,005,411 | 2/24/2023 |
4.5.0-2.final | 28,827 | 1/6/2023 |
4.4.0 | 5,572,633 | 11/14/2022 |
4.4.0-4.final | 89,278 | 10/22/2022 |
4.4.0-2.final | 59,657 | 9/19/2022 |
4.4.0-1.final | 4,025 | 8/16/2022 |
4.3.1 | 864,699 | 9/30/2022 |
4.3.0-3.final | 2,723 | 7/26/2022 |
4.3.0-2.final | 5,733 | 6/22/2022 |
4.3.0-1.final | 13,341 | 5/10/2022 |
4.2.0 | 1,678,904 | 5/13/2022 |
4.2.0-4.final | 7,546 | 4/27/2022 |
4.2.0-2.final | 27,833 | 3/25/2022 |
4.2.0-1.final | 9,323 | 2/18/2022 |
4.1.0 | 2,909,063 | 2/16/2022 |
4.1.0-3.final | 9,523 | 1/27/2022 |
4.1.0-1.final | 47,492 | 11/19/2021 |
4.0.1 | 2,371,590 | 11/9/2021 |
4.0.0-6.final | 10,475 | 10/20/2021 |
4.0.0-5.final | 1,967 | 10/11/2021 |
4.0.0-4.final | 28,634 | 9/15/2021 |
4.0.0-3.final | 36,758 | 8/12/2021 |
4.0.0-2.final | 1,710 | 7/20/2021 |
4.0.0-1.final | 16,184 | 7/7/2021 |
3.11.0 | 1,506,022 | 8/11/2021 |
3.11.0-3.final | 420 | 7/15/2021 |
3.11.0-1.final | 4,609 | 6/14/2021 |
3.10.0 | 295,265 | 6/11/2021 |
3.10.0-3.final | 11,885 | 5/13/2021 |
3.10.0-2.final | 1,423 | 4/20/2021 |
3.10.0-1.final | 18,339 | 3/3/2021 |
3.9.0 | 1,369,211 | 3/2/2021 |
3.9.0-5.final | 1,406 | 2/24/2021 |
3.9.0-4.final | 1,398 | 2/10/2021 |
3.9.0-3.final | 4,407 | 1/20/2021 |
3.9.0-2.final | 7,876 | 12/10/2020 |
3.9.0-1.final | 68,426 | 12/4/2020 |
3.8.0 | 2,613,870 | 11/13/2020 |
3.8.0-5.final | 14,234 | 10/23/2020 |
3.8.0-4.final | 3,799 | 10/13/2020 |
3.8.0-3.final | 16,439 | 9/16/2020 |
3.8.0-2.final | 976 | 9/1/2020 |
3.7.0 | 1,770,876 | 8/5/2020 |
3.7.0-4.final | 4,632 | 7/14/2020 |
3.7.0-3.final | 2,603 | 7/2/2020 |
3.7.0-2.final | 2,541 | 6/15/2020 |
3.7.0-1.final | 42,430 | 5/19/2020 |
3.6.0 | 726,643 | 5/19/2020 |
3.6.0-4.final | 3,612 | 5/5/2020 |
3.6.0-3.final | 1,290 | 4/16/2020 |
3.6.0-2.final | 46,566 | 3/26/2020 |
3.6.0-1.final | 2,917 | 3/17/2020 |
3.5.0 | 561,624 | 3/16/2020 |
3.5.0-beta3-final | 13,246 | 2/19/2020 |
3.5.0-beta2-final | 15,995 | 1/23/2020 |
3.5.0-beta1-final | 16,397 | 12/3/2019 |
3.4.0 | 1,871,527 | 12/3/2019 |
3.4.0-beta4-final | 12,942 | 11/15/2019 |
3.4.0-beta3-final | 3,450 | 11/4/2019 |
3.4.0-beta2-final | 43,266 | 10/15/2019 |
3.4.0-beta1-final | 3,786 | 9/23/2019 |
3.3.1 | 10,214,593 | 9/23/2019 |
3.3.1-beta3-final | 11,783 | 9/5/2019 |
3.3.0-beta2-final | 3,589 | 8/15/2019 |
3.3.0-beta1-final | 5,822 | 7/26/2019 |
3.2.1 | 215,737 | 8/9/2019 |
3.2.0 | 71,441 | 8/1/2019 |
3.2.0-beta4-final | 3,807 | 7/16/2019 |
3.2.0-beta3-final | 4,639 | 6/25/2019 |
3.2.0-beta1-final | 4,237 | 5/21/2019 |
3.1.0 | 245,990 | 5/21/2019 |
3.1.0-beta3-final | 7,173 | 5/7/2019 |
3.1.0-beta2-final | 3,892 | 4/24/2019 |
3.1.0-beta1-final | 3,260 | 4/10/2019 |
3.0.0 | 481,559 | 4/2/2019 |
3.0.0-beta4-final | 5,721 | 2/27/2019 |
3.0.0-beta3-final | 20,012 | 2/14/2019 |
3.0.0-beta2-final | 7,733 | 1/24/2019 |
2.11.0-beta1-final | 7,501 | 12/11/2018 |
2.10.0 | 1,537,885 | 11/15/2018 |
2.9.0 | 932,162 | 8/16/2018 |
2.8.2 | 8,765,504 | 5/22/2018 |
2.8.0 | 680,554 | 5/1/2018 |
2.8.0-beta4 | 4,805 | 4/20/2018 |
2.8.0-beta3 | 8,208 | 4/12/2018 |
2.7.0 | 119,450 | 3/8/2018 |
2.6.1 | 408,006 | 12/14/2017 |
2.6.0 | 112,661 | 12/8/2017 |
2.6.0-beta3 | 6,520 | 11/22/2017 |
2.4.0 | 211,637 | 10/16/2017 |
2.3.2 | 113,213 | 8/31/2017 |
2.3.1 | 167,195 | 7/20/2017 |
2.3.0 | 25,561 | 7/11/2017 |
2.3.0-beta3 | 4,048 | 7/6/2017 |
2.3.0-beta2 | 4,385 | 6/15/2017 |
2.3.0-beta1 | 9,461 | 5/30/2017 |
2.2.0 | 52,325 | 5/30/2017 |
2.1.0 | 36,639 | 4/21/2017 |
2.0.0 | 127,459 | 3/9/2017 |
2.0.0-rc4 | 27,126 | 2/8/2017 |
2.0.0-rc3 | 4,535 | 1/30/2017 |
2.0.0-rc2 | 13,649 | 12/14/2016 |
2.0.0-rc | 5,537 | 11/18/2016 |
2.0.0-beta5 | 6,940 | 10/18/2016 |
2.0.0-beta4 | 4,696 | 10/12/2016 |
2.0.0-beta3 | 10,617 | 7/13/2016 |
2.0.0-beta1 | 10,513 | 3/31/2016 |
1.3.2 | 414,252 | 7/1/2016 |
1.3.1 | 117,081 | 7/1/2016 |
1.3.0 | 58,583 | 6/27/2016 |
1.3.0-beta1-20160429-01 | 4,106 | 5/16/2016 |
1.2.2 | 48,074 | 5/17/2016 |
1.2.1 | 89,796 | 3/31/2016 |
1.2.0 | 348,936 | 3/31/2016 |
1.2.0-rc | 6,086 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 4,939 | 2/2/2016 |
1.1.1 | 78,416 | 12/3/2015 |
1.1.0 | 32,018 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 5,316 | 11/14/2015 |
1.1.0-rc1 | 5,391 | 10/19/2015 |
1.1.0-beta1-20150928-02 | 4,743 | 10/15/2015 |
1.1.0-beta1-20150812-01 | 5,263 | 8/26/2015 |
1.1.0-beta1 | 5,087 | 10/9/2015 |
1.0.1 | 962,531 | 12/21/2016 |
1.0.0 | 200,838 | 7/13/2015 |
1.0.0-rc3 | 10,055 | 6/17/2015 |
1.0.0-rc2 | 353,401 | 4/24/2015 |
1.0.0-rc1 | 14,516 | 2/14/2015 |
1.0.0-beta2 | 16,935 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 12,091 | 11/11/2014 |
0.7.4091001-beta | 10,750 | 9/29/2014 |
0.7.4080704-beta | 7,707 | 8/20/2014 |
0.7.4052301-beta | 9,178 | 6/3/2014 |
0.6.4033103-beta | 12,408 | 4/1/2014 |