Replies: 3 comments
-
@nbalexiev can you post the exception message as well ? |
Beta Was this translation helpful? Give feedback.
-
@suhsteve Added inline in the initial comment. |
Beta Was this translation helpful? Give feedback.
-
It repros in net 472 as well. Here's a hacky way to do a dynamic cast using LINQ expression: This results in:
At the same time the following checks are true:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ForeachWriter fails when executed in .NET Framework. An easy repro is the E2E "TestForeach" executed with the net framework worker.
Steps to reproduce the behavior:
NOTE: This works fine in .Net Core. The exact same test passes without any issues.
I've discussed the issue with @suhsteve
Beta Was this translation helpful? Give feedback.
All reactions