![]() |
VOOZH | about |
dotnet add package DotNetCore.Mapping --version 20.16.0
NuGet\Install-Package DotNetCore.Mapping -Version 20.16.0
<PackageReference Include="DotNetCore.Mapping" Version="20.16.0" />
<PackageVersion Include="DotNetCore.Mapping" Version="20.16.0" />Directory.Packages.props
<PackageReference Include="DotNetCore.Mapping" />Project file
paket add DotNetCore.Mapping --version 20.16.0
#r "nuget: DotNetCore.Mapping, 20.16.0"
#:package DotNetCore.Mapping@20.16.0
#addin nuget:?package=DotNetCore.Mapping&version=20.16.0Install as a Cake Addin
#tool nuget:?package=DotNetCore.Mapping&version=20.16.0Install as a Cake Tool
public static class Extensions
{
public static TSource Clone<TSource>(this TSource source) { }
public static TDestination Map<TSource, TDestination>(this TSource source) { }
public static TDestination Map<TDestination>(this object source) { }
public static TDestination Map<TSource, TDestination>(this TSource source, TDestination destination) { }
public static IQueryable<TDestination> Project<TSource, TDestination>(this IQueryable<TSource> queryable) { }
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 20.16.0 | 121 | 5/28/2026 |