icsharpcode / CodeConverter

Convert code from C# to VB.NET and vice versa using Roslyn
https://icsharpcode.github.io/CodeConverter/
MIT License
795 stars 207 forks source link

Cast to dynamic when the accessed member can't be found but the surro… #1068

Closed GrahamTheCoder closed 6 months ago

GrahamTheCoder commented 6 months ago

Fixes #786

I'm worried this may be a bit too broad and spam dynamic casts everywhere in large real codebases with some slight reference issues for example.

GrahamTheCoder commented 6 months ago

Let's find out in the real world