Found 44 packages
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
Turn any object into an ExpandoObject with .ToExpando()!
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
Evaluate, Compile and Execute C# code at runtime. Support: Dynamic LINQ, Extension Method, Expando Object, and more! Online Example: https://dotnetfiddle.net/COq6FC Include free and prime features.
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
Provides means for dynamically extending types at runtime
An ExpandoObject that returns null instead of throwing an exception.
An object whose properties can be strongly-typed and dynamically added when created
A Json.Net converter that converts GracefulExpandoObject.
A Nuget Fody plugin for converting dictionary members into class level properties This is a fody add-in that helps transfering Dictionary<string,object> type of data structures into C# properties. The reason for this i to have a Dictionary a like repository with strongly typed content. In order to have intellisense support it is advised to leave repositories in a separate project.
Takes a dictionary and recursively builds an ExpandoObject.
Utilities for dealing with ExpandoObject.
Package Description
A library that adds strongly-typed duck typing, dynamic expando objects, and dynamic metaclasses to the common language runtime.
This is a tiny library with which you can extend OracleClient. Easy way to get Entities, ExpandoObjects and much more.
Transform any object-graph into a dynamic, composed dictionaries like structure, holding serializable values and type information. Commonly Used Types: Aqua.Dynamic.DynamicObject Aqua.Dynamic.DynamicObjectMapper Aqua.TypeSystem.ConstructorInfo Aqua.TypeSystem.FieldInfo Aqua.TypeSystem.MethodInfo Aqua.TypeSystem.TypeInfo Aqua.TypeSystem.PropertyInfo
Adds a DynamicReportSource to DoddleReport, allowing ExpandoObject's to be used as a ReportSource
Model manipulation library. It provides utility functions for: (1) Converting objects of any type, dictionaries, data readers and anonymous to expando object; (2) Slicing objects by specifying either a list of properties to keep or to exclude; (3) Converting from any type to any type based on property name and using a flexible convertion strategy.
It is a .NET Core/Standard library that provides dynamic object creation and query using expression