Steven-Beasley

Results 3 comments of Steven-Beasley

Below is the razor page demo I used to make the call work for my demo. ``` @page "/" @using DemoCore.Models @using DemoCore.Services @using Grpc.Net.Client Hello, world! Welcome to your...

I think you are looking for this. ``` new Query("Table").WhereLike("Column", @"%blabla\?%", escapeCharacter=@"\") ``` If the escaping isn't happening as a priority then that is a bug, and should be fixed.

on windows ``` choco install vcxsrv ``` run xlaunch from you desktop keep all the defaults except make sure the Disable Access Control is checked make note of the routing...