Pocket.Disposable
1.2.0
dotnet add package Pocket.Disposable --version 1.2.0
NuGet\Install-Package Pocket.Disposable -Version 1.2.0
<PackageReference Include="Pocket.Disposable" Version="1.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Pocket.Disposable --version 1.2.0
#r "nuget: Pocket.Disposable, 1.2.0"
// Install Pocket.Disposable as a Cake Addin #addin nuget:?package=Pocket.Disposable&version=1.2.0 // Install Pocket.Disposable as a Cake Tool #tool nuget:?package=Pocket.Disposable&version=1.2.0
Embeddable implementations CompositeDisposable and AnonymousDisposable, for all your disposing needs.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Pocket.Disposable:
Package | Downloads |
---|---|
PocketLogger.Subscribe
An embeddable logging and telemetry library for concise, multi-purpose instrumentation of library or application code. |
|
PocketContainer.For.MicrosoftExtensionsDependencyInjection
Enables PocketContainer to be used to provide dependency injection for ASP.NET Core applications. When using this package, PocketContainer instances can be created from IServiceCollection and implement IServiceProvider. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Pocket.Disposable:
Repository | Stars |
---|---|
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
|
|
jonsequitur/dotnet-repl
A polyglot REPL built on .NET Interactive
|