![]() |
VOOZH | about |
dotnet add package BclExtensionPack.CoreLib --version 0.16.1
NuGet\Install-Package BclExtensionPack.CoreLib -Version 0.16.1
<PackageReference Include="BclExtensionPack.CoreLib" Version="0.16.1" />
<PackageVersion Include="BclExtensionPack.CoreLib" Version="0.16.1" />Directory.Packages.props
<PackageReference Include="BclExtensionPack.CoreLib" />Project file
paket add BclExtensionPack.CoreLib --version 0.16.1
#r "nuget: BclExtensionPack.CoreLib, 0.16.1"
#:package BclExtensionPack.CoreLib@0.16.1
#addin nuget:?package=BclExtensionPack.CoreLib&version=0.16.1Install as a Cake Addin
#tool nuget:?package=BclExtensionPack.CoreLib&version=0.16.1Install as a Cake Tool
await hoges.Select(async hoge => { Console.WriteLine(await GetHogeNameAsync(hoge)); }).WhenAll();
var fugas = await hoges.Select(async x => new { Id = x, Name = await GetNameAsync(x) }).WhenAll();
var (hoge, fuga, piyo) = await (GetHogeAsync(), GetFugaAsync(), GetPiyoAsync()).WhenAll();
パスを連結して作りたいケースに対応する。
var hoge = new UriBuilder("www.hoge.co.jp/").UseScheme("https").SetPort(5001).AppendPath("fuga").AppendPath("entry");
var hogeList = hoges.AsList();
if(hoges.IsAny()){ }
if(hoges.IsAny(hoge => hoge is { fuga : not null })){ }
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.16.1 | 49,527 | 4/3/2024 |
| 0.15.1 | 5,027 | 1/22/2024 |
| 0.14.1 | 14,317 | 9/13/2023 |
| 0.13.1 | 853 | 9/12/2023 |
| 0.12.1 | 2,014 | 8/5/2023 |
| 0.11.1 | 923 | 8/3/2023 |
| 0.10.3 | 7,360 | 5/11/2023 |
| 0.10.2 | 4,702 | 1/17/2023 |
| 0.10.1 | 1,621 | 12/23/2022 |
| 0.9.26 | 3,070 | 11/24/2022 |
| 0.9.25 | 1,491 | 11/22/2022 |
| 0.9.24 | 2,369 | 11/15/2022 |
| 0.9.23 | 544 | 11/14/2022 |
| 0.9.22 | 522 | 11/11/2022 |
| 0.9.21 | 516 | 11/11/2022 |
| 0.9.20 | 3,402 | 10/14/2022 |
| 0.9.19 | 2,900 | 9/21/2022 |
| 0.9.18 | 637 | 9/17/2022 |
| 0.9.17 | 2,763 | 8/4/2022 |
| 0.9.16 | 5,050 | 4/11/2022 |
rename IsAny Api.