Lambdajection.Generator 0.1.7

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Lambdajection.Generator --version 0.1.7
                    
NuGet\Install-Package Lambdajection.Generator -Version 0.1.7
                    
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="Lambdajection.Generator" Version="0.1.7">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lambdajection.Generator" Version="0.1.7" />
                    
Directory.Packages.props
<PackageReference Include="Lambdajection.Generator">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Lambdajection.Generator --version 0.1.7
                    
#r "nuget: Lambdajection.Generator, 0.1.7"
                    
#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.
#addin nuget:?package=Lambdajection.Generator&version=0.1.7
                    
Install Lambdajection.Generator as a Cake Addin
#tool nuget:?package=Lambdajection.Generator&version=0.1.7
                    
Install Lambdajection.Generator as a Cake Tool

Includes the compile-time generator used to generate code needed for Dependency Injection-enabled AWS Lambdas.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Lambdajection.Generator:

Package Downloads
Lambdajection

Write AWS Lambda Functions using Dependency Injection.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.0-beta3 3,608 3/30/2023
0.10.0-beta2 2,493 8/19/2022
0.10.0-beta1 2,064 5/12/2022
0.9.2 5,589 2/8/2022
0.9.1 998 1/27/2022
0.9.0 938 12/23/2021
0.9.0-beta5 1,221 11/19/2021
0.9.0-beta4 497 11/18/2021
0.9.0-beta3 376 11/17/2021
0.9.0-beta2 453 11/10/2021
0.9.0-beta1 362 11/1/2021
0.8.4 3,764 7/17/2021
0.8.3 970 6/24/2021
0.8.2 874 6/16/2021
0.8.1 580 6/15/2021
0.8.0 811 6/8/2021
0.8.0-beta5 440 5/28/2021
0.8.0-beta4 1,066 4/29/2021
0.8.0-beta3 553 4/1/2021
0.8.0-beta2 461 4/1/2021
0.8.0-beta1 430 3/26/2021
0.7.0 743 3/6/2021
0.7.0-beta4 508 3/2/2021
0.7.0-beta3 497 2/23/2021
0.7.0-beta2 380 2/23/2021
0.7.0-beta1 485 2/2/2021
0.6.0 830 1/5/2021
0.6.0-beta4 440 12/29/2020
0.6.0-beta3 458 12/5/2020
0.6.0-beta2 413 12/5/2020
0.6.0-beta1 529 11/28/2020
0.5.0 849 11/10/2020
0.5.0-beta3 487 10/26/2020
0.5.0-beta2 510 10/17/2020
0.5.0-beta1 481 10/9/2020
0.4.0 821 10/2/2020
0.4.0-beta3 521 10/1/2020
0.4.0-beta2 479 9/25/2020
0.4.0-beta1 505 9/21/2020
0.3.0 938 9/4/2020
0.3.0-beta3 526 8/28/2020
0.3.0-beta2 481 8/28/2020
0.3.0-beta1 577 8/22/2020
0.2.1 854 8/11/2020
0.2.0 819 8/5/2020
0.1.9 875 8/1/2020
0.1.8 806 7/31/2020
0.1.7 819 7/31/2020
0.1.6 1,002 7/31/2020
0.1.5-alpha 514 7/31/2020
0.1.4-alpha 485 7/31/2020

This release of Lambdajection includes minor changes around package management and build tools:

- Added SourceLink
- Added Package Descriptions
- Makefile improvements