This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Rick Strahl
rickstrahl.west-wind.com
did:plc:djmxwk3n6ogwdbiwcmswyndv
Running into a weird issue with dynamic and anonymous types while updating my C# scripting library.
I'm passing in a model that's an anon type, cast to dynamic, and access to dynamic props then fails.
But using Reflection works (ie. the type is there).
2024-12-29T21:00:54.347Z