FSharp.Interop.Dynamic icon indicating copy to clipboard operation
FSharp.Interop.Dynamic copied to clipboard

DLR interop for F# -- works like dynamic keyword in C#

Results 3 FSharp.Interop.Dynamic issues
Sort by recently updated
recently updated
newest added

@jbtule I'm guessing you're not maintaining this any more? If anyone would like to maintain this library please let us know, we can add you

I'm getting some unstructured objects and would like to check if `o?myProp` exists before extracting it? Does this library allow me to do that somehow? Currently, when accessing `o?myProp`, I'm...

### Description To update FSharp.Interop.Dynamic to .NET 6, one of its main dependencies must also be updated (https://github.com/ekonbenefits/dynamitey). This issue will track that update, which will tie into another issue...