Microsoft.CodeAnalysis.CSharp.Workspaces 4.13.0 (original) (raw)
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 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. |
.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.11.0)
- Microsoft.CodeAnalysis.Common (= 4.13.0)
- Microsoft.CodeAnalysis.CSharp (= 4.13.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.13.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)
net8.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (= 4.13.0)
- Microsoft.CodeAnalysis.CSharp (= 4.13.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.13.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)
net9.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (= 4.13.0)
- Microsoft.CodeAnalysis.CSharp (= 4.13.0)
- Microsoft.CodeAnalysis.Workspaces.Common (= 4.13.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 (608)
Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.CSharp.Workspaces:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.Design Shared design-time components for Entity Framework Core tools. | 629.3M |
Microsoft.VisualStudio.Web.CodeGenerators.Mvc Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. | 230.8M |
Microsoft.VisualStudio.Web.CodeGeneration.Design Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. | 230.5M |
Microsoft.VisualStudio.Web.CodeGeneration Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. | 230.1M |
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore Contains Entity Framework Core Services used by ASP.NET Core Code Generators. | 229.9M |
GitHub repositories (333)
Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.CSharp.Workspaces:
Repository | Stars |
---|---|
dotnet/aspnetcore ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. | 36.6K |
dotnet/maui .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. | 22.6K |
dotnet/runtime .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. | 16.3K |
MaterialDesignInXAML/MaterialDesignInXamlToolkit Google's Material Design in XAML & WPF, for C# & VB.Net. | 15.6K |
dotnet/efcore EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. | 14.1K |
dotnet/orleans Cloud Native application framework for .NET | 10.4K |
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!! | 9.3K |
dotnet/machinelearning ML.NET is an open source and cross-platform machine learning framework for .NET. | 9.2K |
reactiveui/refit The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface. | 9.0K |
MudBlazor/MudBlazor Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility | 9.0K |
MassTransit/MassTransit Distributed Application Framework for .NET | 7.4K |
neuecc/UniRx Reactive Extensions for Unity | 7.2K |
stride3d/stride Stride (formerly Xenko), a free and open-source cross-platform C# game engine. | 6.9K |
MessagePack-CSharp/MessagePack-CSharp Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#] | 6.2K |
graphql-dotnet/graphql-dotnet GraphQL for .NET | 5.9K |
Azure/azure-sdk-for-net This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net. | 5.8K |
aspnet/Mvc [Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore | 5.6K |
kurrent-io/KurrentDB EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures | 5.5K |
ChilliCream/graphql-platform Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE. | 5.4K |
protobuf-net/protobuf-net Protocol Buffers library for idiomatic .NET | 4.8K |
Version | Downloads | Last updated |
---|---|---|
4.13.0 | 599,938 | 2/24/2025 |
4.12.0 | 1,776,213 | 12/4/2024 |
4.12.0-3.final | 32,432 | 10/29/2024 |
4.12.0-2.final | 25,507 | 9/17/2024 |
4.12.0-1.final | 24,613 | 8/14/2024 |
4.11.0 | 4,629,781 | 8/15/2024 |
4.11.0-3.final | 89,682 | 7/31/2024 |
4.11.0-2.final | 15,890 | 6/19/2024 |
4.10.0 | 2,369,115 | 6/10/2024 |
4.10.0-3.final | 136,086 | 4/29/2024 |
4.10.0-2.final | 19,848 | 3/19/2024 |
4.10.0-1.final | 365 | 3/18/2024 |
4.9.2 | 3,251,174 | 3/2/2024 |
4.9.0-3.final | 270,606 | 1/22/2024 |
4.9.0-2.final | 43,514 | 12/16/2023 |
4.9.0-1.final | 2,837 | 12/13/2023 |
4.8.0 | 33,987,942 | 11/22/2023 |
4.8.0-3.final | 4,303,789 | 11/3/2023 |
4.8.0-2.final | 35,376 | 9/20/2023 |
4.8.0-1.final | 10,405 | 9/9/2023 |
4.7.0 | 3,211,193 | 8/18/2023 |
4.7.0-2.final | 30,472 | 6/20/2023 |
4.7.0-1.final | 29,929 | 5/20/2023 |
4.6.0 | 1,710,466 | 5/16/2023 |
4.6.0-1.final | 196,940 | 3/3/2023 |
4.5.0 | 94,929,734 | 2/24/2023 |
4.5.0-2.final | 45,297 | 1/6/2023 |
4.4.0 | 11,632,060 | 11/14/2022 |
4.4.0-4.final | 95,898 | 10/22/2022 |
4.4.0-2.final | 80,595 | 9/19/2022 |
4.4.0-1.final | 5,986 | 8/16/2022 |
4.3.1 | 2,338,341 | 9/30/2022 |
4.3.0-3.final | 4,318 | 7/26/2022 |
4.3.0-2.final | 7,461 | 6/22/2022 |
4.3.0-1.final | 21,949 | 5/10/2022 |
4.2.0 | 4,719,252 | 5/13/2022 |
4.2.0-4.final | 9,963 | 4/27/2022 |
4.2.0-2.final | 29,803 | 3/25/2022 |
4.2.0-1.final | 11,994 | 2/18/2022 |
4.1.0 | 4,116,105 | 2/16/2022 |
4.1.0-3.final | 12,144 | 1/27/2022 |
4.1.0-1.final | 53,201 | 11/19/2021 |
4.0.1 | 10,366,177 | 11/9/2021 |
4.0.0-6.final | 23,340 | 10/20/2021 |
4.0.0-5.final | 2,740 | 10/11/2021 |
4.0.0-4.final | 32,843 | 9/15/2021 |
4.0.0-3.final | 54,220 | 8/12/2021 |
4.0.0-2.final | 8,555 | 7/20/2021 |
4.0.0-1.final | 19,668 | 7/7/2021 |
3.11.0 | 3,836,685 | 8/11/2021 |
3.11.0-3.final | 595 | 7/15/2021 |
3.11.0-1.final | 14,633 | 6/14/2021 |
3.10.0 | 1,145,835 | 6/11/2021 |
3.10.0-3.final | 15,065 | 5/13/2021 |
3.10.0-2.final | 20,772 | 4/20/2021 |
3.10.0-1.final | 57,082 | 3/3/2021 |
3.9.0 | 2,374,057 | 3/2/2021 |
3.9.0-5.final | 1,638 | 2/24/2021 |
3.9.0-4.final | 1,962 | 2/10/2021 |
3.9.0-3.final | 5,439 | 1/20/2021 |
3.9.0-2.final | 19,111 | 12/10/2020 |
3.9.0-1.final | 69,958 | 12/4/2020 |
3.8.0 | 21,029,936 | 11/13/2020 |
3.8.0-5.final | 17,291 | 10/23/2020 |
3.8.0-4.final | 5,907 | 10/13/2020 |
3.8.0-3.final | 26,882 | 9/16/2020 |
3.8.0-2.final | 2,684 | 9/1/2020 |
3.7.0 | 5,049,951 | 8/5/2020 |
3.7.0-4.final | 6,667 | 7/14/2020 |
3.7.0-3.final | 10,812 | 7/2/2020 |
3.7.0-2.final | 5,612 | 6/15/2020 |
3.7.0-1.final | 43,890 | 5/19/2020 |
3.6.0 | 1,802,373 | 5/19/2020 |
3.6.0-4.final | 7,309 | 5/5/2020 |
3.6.0-3.final | 9,573 | 4/16/2020 |
3.6.0-2.final | 50,467 | 3/26/2020 |
3.6.0-1.final | 23,433 | 3/17/2020 |
3.5.0 | 1,093,228 | 3/16/2020 |
3.5.0-beta3-final | 19,502 | 2/19/2020 |
3.5.0-beta2-final | 20,097 | 1/23/2020 |
3.5.0-beta1-final | 22,444 | 12/3/2019 |
3.4.0 | 2,299,359 | 12/3/2019 |
3.4.0-beta4-final | 14,575 | 11/15/2019 |
3.4.0-beta3-final | 27,241 | 11/4/2019 |
3.4.0-beta2-final | 540,850 | 10/15/2019 |
3.4.0-beta1-final | 9,302 | 9/23/2019 |
3.3.1 | 70,829,204 | 9/23/2019 |
3.3.1-beta3-final | 13,387 | 9/5/2019 |
3.3.0-beta2-final | 6,464 | 8/15/2019 |
3.3.0-beta1-final | 7,643 | 7/26/2019 |
3.2.1 | 401,616 | 8/9/2019 |
3.2.0 | 110,099 | 8/1/2019 |
3.2.0-beta4-final | 5,619 | 7/16/2019 |
3.2.0-beta3-final | 8,084 | 6/25/2019 |
3.2.0-beta1-final | 167,875 | 5/21/2019 |
3.1.0 | 473,815 | 5/21/2019 |
3.1.0-beta3-final | 8,741 | 5/7/2019 |
3.1.0-beta2-final | 5,383 | 4/24/2019 |
3.1.0-beta1-final | 4,710 | 4/10/2019 |
3.0.0 | 910,827 | 4/2/2019 |
3.0.0-beta4-final | 7,767 | 2/27/2019 |
3.0.0-beta3-final | 22,109 | 2/14/2019 |
3.0.0-beta2-final | 10,076 | 1/24/2019 |
2.11.0-beta1-final | 10,555 | 12/11/2018 |
2.10.0 | 2,409,531 | 11/15/2018 |
2.9.0 | 1,412,799 | 8/16/2018 |
2.8.2 | 8,877,390 | 5/22/2018 |
2.8.0 | 31,982,429 | 5/1/2018 |
2.8.0-beta4 | 6,331 | 4/20/2018 |
2.8.0-beta3 | 32,215 | 4/12/2018 |
2.7.0 | 303,556 | 3/8/2018 |
2.6.1 | 942,533 | 12/14/2017 |
2.6.0 | 133,586 | 12/8/2017 |
2.6.0-beta3 | 8,225 | 11/22/2017 |
2.4.0 | 321,378 | 10/16/2017 |
2.3.2 | 173,790 | 8/31/2017 |
2.3.1 | 5,749,176 | 7/20/2017 |
2.3.0 | 56,048 | 7/11/2017 |
2.3.0-beta3 | 5,630 | 7/6/2017 |
2.3.0-beta2 | 6,170 | 6/15/2017 |
2.3.0-beta1 | 20,652 | 5/30/2017 |
2.2.0 | 68,374 | 5/30/2017 |
2.1.0 | 146,248 | 4/21/2017 |
2.0.0 | 224,308 | 3/9/2017 |
2.0.0-rc4 | 30,426 | 2/8/2017 |
2.0.0-rc3 | 6,325 | 1/30/2017 |
2.0.0-rc2 | 15,619 | 12/14/2016 |
2.0.0-rc | 18,031 | 11/18/2016 |
2.0.0-beta5 | 9,376 | 10/18/2016 |
2.0.0-beta4 | 6,004 | 10/12/2016 |
2.0.0-beta3 | 13,374 | 7/13/2016 |
2.0.0-beta1 | 12,283 | 3/31/2016 |
1.3.2 | 633,867 | 7/1/2016 |
1.3.1 | 125,470 | 7/1/2016 |
1.3.0 | 1,357,210 | 6/27/2016 |
1.3.0-beta1-20160429-01 | 42,892 | 5/16/2016 |
1.2.2 | 67,730 | 5/17/2016 |
1.2.1 | 146,031 | 3/31/2016 |
1.2.0 | 361,669 | 3/31/2016 |
1.2.0-rc | 7,379 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 9,115 | 2/2/2016 |
1.2.0-beta1-20160108-01 | 10,034 | 1/12/2016 |
1.1.1 | 123,242 | 12/3/2015 |
1.1.0 | 59,293 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 8,169 | 11/14/2015 |
1.1.0-rc1 | 6,882 | 10/19/2015 |
1.1.0-beta1-20150928-02 | 6,184 | 10/15/2015 |
1.1.0-beta1-20150812-01 | 6,573 | 8/26/2015 |
1.1.0-beta1 | 7,666 | 10/9/2015 |
1.0.1 | 3,403,309 | 12/21/2016 |
1.0.0 | 305,819 | 7/13/2015 |
1.0.0-rc3 | 13,343 | 6/17/2015 |
1.0.0-rc2 | 360,014 | 4/24/2015 |
1.0.0-rc1 | 24,580 | 2/14/2015 |
1.0.0-beta2 | 19,888 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 15,775 | 11/11/2014 |
0.7.4091001-beta | 12,564 | 9/29/2014 |
0.7.4080704-beta | 9,340 | 8/20/2014 |
0.7.4052301-beta | 12,682 | 6/3/2014 |
0.6.4033103-beta | 15,633 | 4/1/2014 |