Microsoft.Bcl
1.1.10
Prefix Reserved
Requires NuGet 2.8.1 or higher.
dotnet add package Microsoft.Bcl --version 1.1.10
NuGet\Install-Package Microsoft.Bcl -Version 1.1.10
<PackageReference Include="Microsoft.Bcl" Version="1.1.10" />
paket add Microsoft.Bcl --version 1.1.10
#r "nuget: Microsoft.Bcl, 1.1.10"
// Install Microsoft.Bcl as a Cake Addin #addin nuget:?package=Microsoft.Bcl&version=1.1.10 // Install Microsoft.Bcl as a Cake Tool #tool nuget:?package=Microsoft.Bcl&version=1.1.10
This packages enables projects targeting down-level platforms to use some of the types added in later versions including:
- CallerMemberNameAttribute
- CallerLineNumberAttribute
- CallerFilePathAttribute
- Tuple<T1, T2, ...>
- IProgress<T>
- IStructuralComparable
- IStructuralEquatable
- Task
- InvalidDataException
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform.
Supported Platforms:
- .NET Framework 4 (with KB2468871)
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 7.5
- Silverlight 4
- Portable Class Libraries
This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net40 is compatible. net403 was computed. 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 is compatible. |
MonoTouch | monotouch is compatible. |
Silverlight | sl4 is compatible. sl4-wp71 is compatible. sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Microsoft.Bcl.Build (>= 1.0.14)
GitHub repositories (153)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Bcl:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
SignalR/SignalR
Incredibly simple real-time web for .NET
|
|
SubtitleEdit/subtitleedit
the subtitle editor :)
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
microsoft/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
|