MaxPixel.Dagger.Primer 0.0.2

dotnet add package MaxPixel.Dagger.Primer --version 0.0.2                
NuGet\Install-Package MaxPixel.Dagger.Primer -Version 0.0.2                
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="MaxPixel.Dagger.Primer" Version="0.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MaxPixel.Dagger.Primer --version 0.0.2                
#r "nuget: MaxPixel.Dagger.Primer, 0.0.2"                
#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 MaxPixel.Dagger.Primer as a Cake Addin
#addin nuget:?package=MaxPixel.Dagger.Primer&version=0.0.2

// Install MaxPixel.Dagger.Primer as a Cake Tool
#tool nuget:?package=MaxPixel.Dagger.Primer&version=0.0.2                

Dependency Downloader

Primes a container for thunking. Runs once per module version, while Thunk runs once per invocation.

Module Layout Detection

Determines where the module assembly is (e.g. ./Module.dll vs bin/Debug/netstandard2.0/Module.dll vs Module/bin/Release/net8.0/linux-x64/Module.dll).

NuGet Restore

Makes it possible to install runtime dependencies from NuGet based on a .deps.json file. This allows Dagger modules to share dependencies (e.g. if there are 10 modules that all require Newtonsoft.Json, there only need be one instance of Newtonsoft.Json on disk), and allows modules to be published as pre-compiled without including copies of their dependencies.

Module Installation

Provides the ability to install modules directly from NuGet packages, instead of being mounted in from context. Allows distributing modules in a way that is idiomatic to Dotnet and far more efficient than pulling in a Git repository, or using an official NuGet client that writes the compressed package to disk in addition to the extracted files.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.2 70 1/17/2025
0.0.1 71 1/16/2025