InspiringCode

Results 31 comments of InspiringCode

Strange, it works in the classic none-core powershell 5, but not in pwsh...

Ok, this is really strange. I tried to build & publish the lib myself, same error. When I just change the Version in the csproj to 1.0.11 instead of 1.0.12...

Oooh. PowerShell 7.0.3 seems to also use Namotion.Reflection... At least on my machine there is a "C:\Program Files\PowerShell\7\Namotion.Reflection.dll"... And it is version 1.0.11 :( Is there anything I can do...

It would be really helpful to have a way to include scriban examples with code blocks in comments. Is there currently ANY way to do this?

Could you possibly provide a prerelease on NuGet, so we can already try use this in our project? This would be very helpful.

Any current plans for this? I guess this would be very helpful for many. Does anyone know similar libraries that have Typescript support?

I am also having the same problem here.

I have found a way to achieve the desired result but it is **VERY hacky**: ```csharp public static void HasTotalRowCountFunction(this ModelBuilder mb) { mb .HasDbFunction(() => TotalRowCount()) .HasTranslation(arguments => {...

@roji Here is a [.NET Fiddle](https://dotnetfiddle.net/NbFZgX) that shows the failing version and the dirty workaround hack. PS: I also tried the workaround shown in the post of @alienwareone (with a...

> But as this issue shows, there are in any case ways around the type mapping problem (i.e. having a SqlFunctionExpression that is later converted to SqlFragmentExpression). In other words,...