Andreas Ravnestad
Andreas Ravnestad
Got a hint in #1961 that I needed to install another extension: `#r "nuget: SandDance.InteractiveExtension, 1.0.45"` After doing that I am getting a new error message: ` error CS1929: 'DataFrame'...
After looking through the commit history on dotnet-interactive-extension-lab I found this: https://github.com/colombod/dotnet-interactive-extension-lab/commit/7b8e09e82dfaa21b37688c4f3a5a292dc5cb47c3 Seems the API was refactored and is no longer compatible with any of the examples found in the...
@scottcollins Is it possible for you to solve this by adding `enable` in the csproj that contains the generated files?
At first glance, this looks like a bug. I will attempt to reproduce this with a regression test and see if I can pinpoint the problem. Is it possible for...
Possibly related to #388.
Hi @ziaulhasanhamim, I'm currently working on streamlining the build and packaging and get a new version of Mapster.Tool as soon as possible. After that I can take a closer look...
@aicukltd It seems your example uses dynamic assembly loading, and so it is difficult to tell if the problem you are seeing is related to that or to a potential...
Please use StackOverflow for usage questions, thanks!
@DonnelCyril I've pushed prerelease packages to NuGet for Mapster, Mapster.Core and Mapster.Tool. Could you please try Mapster.Tool version 8.4.0-pre1 and see how that works for you?
Well, that was certainly unexpected. Besides the small change I made in ExpressionTranslator the only change to the codebase since 7.3.0/8.3.0 is pull request #415. I can't immediately tell if...