Edgar Robles
Edgar Robles
I am getting the same error.
Thanks. It is referenced directly. The project was created with dotnet new webapi --use-program-main. I made the changes to use wasi and this is the error I get. It does...
Got it. I will test with .net 8 preview latest. Thanks.
ok, it worked with two columns one id required int and second was a datetime that allowed null. That worked but my table has 20+ columns half of which are...
Do you need more information on this issue I can provide?
The field that is causing the is a bit data type. It looks like any field/data type with null value gets this error message.
Thanks. I will try it in a few days.
Ok I tried 1.0.1.25-beta2 and it failed in the same way as before. I tried 1.0.1.25-beta1 and it worked for the subset of columns but when I select all columns...
I removed previous packages and added both of these packages. I still get the same error message: It is failing on a string column that has values in the first...