AsyncAutomapper 1.0.0-beta002
This is a prerelease version of AsyncAutomapper.
dotnet add package AsyncAutomapper --version 1.0.0-beta002
NuGet\Install-Package AsyncAutomapper -Version 1.0.0-beta002
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="AsyncAutomapper" Version="1.0.0-beta002" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncAutomapper --version 1.0.0-beta002
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsyncAutomapper, 1.0.0-beta002"
#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 AsyncAutomapper as a Cake Addin #addin nuget:?package=AsyncAutomapper&version=1.0.0-beta002&prerelease // Install AsyncAutomapper as a Cake Tool #tool nuget:?package=AsyncAutomapper&version=1.0.0-beta002&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Adds async mapping support to automapper with a code only package
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta002 | 56 | 4/29/2015 |
1.0.0-beta001 | 41 | 4/22/2015 |
Namespace fixed, fixed race condition, AsyncMap extension method renamed to MapAsync