BclExtensionPack.CoreLib 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package BclExtensionPack.CoreLib --version 0.9.5
NuGet\Install-Package BclExtensionPack.CoreLib -Version 0.9.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BclExtensionPack.CoreLib" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BclExtensionPack.CoreLib --version 0.9.5
#r "nuget: BclExtensionPack.CoreLib, 0.9.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BclExtensionPack.CoreLib as a Cake Addin
#addin nuget:?package=BclExtensionPack.CoreLib&version=0.9.5

// Install BclExtensionPack.CoreLib as a Cake Tool
#tool nuget:?package=BclExtensionPack.CoreLib&version=0.9.5

BclExtensionPack

using Task Extensions

Todo:

using UriBuilder Extensions

パスを連結して作りたいケースに対応する。

var hoge = new UriBuilder("www.hoge.co.jp/").UseScheme("https").SetPort(5001).AppendPath("fuga").AppendPath("entry");

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BclExtensionPack.CoreLib:

Package Downloads
WebPack.CoreLib

ASP.NET Core Web Pack For .NET Core; Include Default Builder;

ORMIntegrator.Extensions.DependencyInjection

DI Extension For ORMIntegrator;

BclExtensionPack.Mail

Package Description

BclExtensionPack.Gcp.Extensions.DependencyInjection

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.16.1 637 4/3/2024
0.15.1 2,556 1/22/2024
0.14.1 6,114 9/13/2023
0.13.1 562 9/12/2023
0.12.1 1,671 8/5/2023
0.11.1 631 8/3/2023
0.10.3 5,315 5/11/2023
0.10.2 4,189 1/17/2023
0.10.1 1,329 12/23/2022
0.9.26 2,598 11/24/2022
0.9.25 1,193 11/22/2022
0.9.24 2,014 11/15/2022
0.9.23 330 11/14/2022
0.9.22 335 11/11/2022
0.9.21 327 11/11/2022
0.9.20 2,975 10/14/2022
0.9.19 2,560 9/21/2022
0.9.18 425 9/17/2022
0.9.17 2,379 8/4/2022
0.9.16 4,519 4/11/2022
0.9.15 459 4/6/2022
0.9.14 2,274 3/27/2022
0.9.13 1,051 3/23/2022
0.9.12 1,037 3/15/2022
0.9.11 1,041 3/11/2022
0.9.10 904 3/3/2022
0.9.9 1,000 3/1/2022
0.9.8 901 2/28/2022
0.9.7 2,777 12/3/2021
0.9.6 1,250 11/12/2021
0.9.5 529 10/26/2021
0.9.3 1,206 9/30/2021
0.9.2 343 9/30/2021
0.9.1-beta 623 9/28/2021
0.8.6-beta 1,084 9/15/2021
0.8.5-beta 2,217 8/16/2021
0.8.2-beta 246 6/17/2021
0.8.1-beta 236 6/17/2021
0.7.2-beta 278 6/2/2021
0.6.3-beta 235 4/21/2021
0.5.2-beta 214 4/13/2021
0.4.2-beta 221 3/16/2021
0.3.3-beta 389 12/17/2020
0.3.2-beta 271 12/14/2020
0.3.1-beta 246 12/14/2020
0.2.1-beta 235 11/25/2020
0.1.1-beta 342 11/19/2020
0.0.2-beta 352 10/21/2020

add ReloadAsync...