Shadow.Quack
1.3.0
See the version list below for details.
dotnet add package Shadow.Quack --version 1.3.0
NuGet\Install-Package Shadow.Quack -Version 1.3.0
<PackageReference Include="Shadow.Quack" Version="1.3.0" />
paket add Shadow.Quack --version 1.3.0
#r "nuget: Shadow.Quack, 1.3.0"
// Install Shadow.Quack as a Cake Addin #addin nuget:?package=Shadow.Quack&version=1.3.0 // Install Shadow.Quack as a Cake Tool #tool nuget:?package=Shadow.Quack&version=1.3.0
Dynamic Interface implementation for duck typing from dynamic / concrete data objects
Provide data update/merge without mutation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- System.Reflection.Emit (>= 4.7.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Shadow.Quack:
Package | Downloads |
---|---|
Shadow.Quack.Json
IProxy implementation to allow JSON as the input to Duck.Implement<T>(T source) |
|
Shadow.Quack.Csv
IProxy implementation to allow CSV as the input to Duck.Implement |
|
Shadow.Quack.Xml
Shadow.Quack IProxy Implementation for initialisation from an XML string |
|
Shadow.Quack.Args
IProxy implementation to allow a Command Line Arguments Array as the input to Duck.Implement<T>(T Source) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 4,911 | 4/5/2022 |
2.2.1 | 750 | 3/23/2022 |
2.2.0 | 994 | 2/10/2022 |
2.1.1 | 1,898 | 1/30/2022 |
2.0.4 | 1,731 | 1/19/2022 |
2.0.3 | 1,311 | 12/5/2021 |
2.0.2 | 1,199 | 9/11/2021 |
2.0.1 | 1,004 | 9/10/2021 |
2.0.0 | 1,028 | 6/18/2021 |
1.9.0 | 834 | 5/27/2021 |
1.8.0 | 576 | 5/24/2021 |
1.7.0 | 759 | 4/23/2021 |
1.6.0 | 371 | 4/22/2021 |
1.5.0 | 620 | 4/17/2021 |
1.4.0 | 798 | 4/17/2021 |
1.3.0 | 759 | 4/13/2021 |
1.2.0 | 393 | 4/9/2021 |
1.1.0 | 366 | 4/5/2021 |
1.0.0 | 722 | 3/29/2021 |
Fixed : bug assigning byte[] in Implements or Merge