Microsoft.Bcl
1.1.3
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 Phone 7.5
- Silverlight 4 and 5
- Portable Class Libraries
This package is only required for projects targeting .NET Framework 4.5, NET for Windows Store apps or Windows Phone 8 when consuming a library that uses this package.
See the version list below for details.
Install-Package Microsoft.Bcl -Version 1.1.3
dotnet add package Microsoft.Bcl --version 1.1.3
<PackageReference Include="Microsoft.Bcl" Version="1.1.3" />
paket add Microsoft.Bcl --version 1.1.3
#r "nuget: Microsoft.Bcl, 1.1.3"
// Install Microsoft.Bcl as a Cake Addin
#addin nuget:?package=Microsoft.Bcl&version=1.1.3
// Install Microsoft.Bcl as a Cake Tool
#tool nuget:?package=Microsoft.Bcl&version=1.1.3
Dependencies
-
- Microsoft.Bcl.Build (>= 1.0.4)
Used By
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.
|