Microsoft.Bcl
1.1.9
See the version list below for details.
Requires NuGet 2.8.1 or higher.
Install-Package Microsoft.Bcl -Version 1.1.9
dotnet add package Microsoft.Bcl --version 1.1.9
<PackageReference Include="Microsoft.Bcl" Version="1.1.9" />
paket add Microsoft.Bcl --version 1.1.9
#r "nuget: Microsoft.Bcl, 1.1.9"
// Install Microsoft.Bcl as a Cake Addin
#addin nuget:?package=Microsoft.Bcl&version=1.1.9
// Install Microsoft.Bcl as a Cake Tool
#tool nuget:?package=Microsoft.Bcl&version=1.1.9
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 |
|---|---|
| .NET | net6.0-android |
| .NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoTouch | monotouch |
| Silverlight | sl4 sl4-wp71 sl5 |
| Universal Windows Platform | uap uap10.0 |
| Windows Phone | wp8 wp81 wpa81 |
| Windows Store | win8 |
-
- Microsoft.Bcl.Build (>= 1.0.14)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.Bcl:
| Package | Downloads |
|---|---|
|
StackExchange.Redis
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve. If you require a strong-named version, try StackExchange.Redis.StrongName |
|
|
Hyak.Common
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak. Supported Portable Library Platforms: - .NET Framework 4.0, 4.5 - .NET for Windows Store apps - Windows Phone 8, 8.1 - Portable Class Libraries |
|
|
Microsoft.Azure.Common.Dependencies
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project. |
|
|
Microsoft.WindowsAzure.Common.Dependencies
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project. |
|
|
CSLA-Core
Supports the creation of Class Library projects containing business domain classes, Windows Services, Console applications and other native Windows application models. CSLA .NET is an application development framework that reduces the cost of building and maintaining applications. The framework enables developers to build an object-oriented business layer for their application that encapsulates all business, authorization and validation logic for the application. |