Dynamic type implementing value type semantics?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CoreFX

    Discontinued This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime

  • I would suggest grabbing the source for DynamicObject (https://github.com/dotnet/corefx/blob/master/src/System.Linq.Expressions/src/System/Dynamic/DynamicObject.cs) and basically stealing it's DynamicMetaObject implementation, modifying it to deal with a struct (e.g. you probably need to tweak IsOverridden to deal with seeing if the method is defined on the struct) and remove assumptions it inherits from DynamicObject, and then using that as your implementation if IDMOP.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts