pim
pim
The "smell" aspect comes from the need to pass in a complex parameter, like a list. The "IN" aspect of the query is not problematic per se, I just prefer...
That won't work the way you expect. You cannot pass a comma separated value list via a single SQL parameter. You can of course add it to the SQL string...
Hats off to @beachwalker for the inspiration. But should you be using `TypeAccessor` as opposed to `ObjectAccessor` the following should help get that done: ```c# public static class TypeAccessorExtensions {...
@CADbloke no one in particular. Just sharing a code snippet for anyone who might find the thread :) Seems to work well for me, though I wouldn't be at all...
It has been slow going, I'll admit. I have a lot on my plate right now at home, work and with my own OSS. So I haven't done as much...
This just started happening for me as well in net8 for #F scripts, doesn't matter what package it is. Affects: net8.0.100 Works: net6.0.x, net7.0.x
Back to the 7.* SDK is probably easiest. Just use a localized global.json and away you go. On Mon., Dec. 11, 2023, 10:54 a.m. onionhammer, ***@***.***> wrote: > Glad I'm...
You have the details exactly correct on how the script provides access to nuget resources via the file system, post http request. For repro, we can peel this back even...
Interestingly, this error does not occur if you're running as Administrator on Windows 11.
In my case this was fixed by eliminating spaces from NuGet source names. See: https://github.com/dotnet/fsharp/issues/16071