Mohammad Rahhal
Mohammad Rahhal
Good idea. There's no in memory adapter right now, but implementing it shouldn't be very hard. I've been away from this for a long time, so I'll implement in-memory soon...
Hi. Can you tell me what kind of issue you're facing exactly with the dependencies? Is it something blocking or is there a workaround? For dependency versions (such as newtonsoft)...
I feel this shouldn't happen. Can you try explicitly adding a dep to version 12 in the executable project and try it out? I think this _should_ work.
If you can give me a link to a small repro that shows the problem I might be able to think of something. Because I tried including this in one...
Oh. Did you try running the publish command against the csproj instead of the solution to see if it solves the problem? Several people seem to be suggesting it: https://github.com/dotnet/sdk/issues/3886#issuecomment-953634904
Hi. A few months ago I was going to focus on this exclusively to get the interfaces and the public API fixed and to include the major features that I'd...
@GeorgeHahn do you plan on using it on Linux/Mac? (so sorry, deleted your comment by mistake :sweat_smile:)
Hello, Right now there's only a SqlServer adapter. However, I did develop it taking into account how other adapters would look like. The SqlServer adapter utilizes EFCore but does not...
Sorry I haven't seen this until now for some reason (a full year later!). Are you talking about scheduling a delayed job and giving the due date? If so, the...
Oh we're talking about cron jobs. Yeah I see, I realize now that I should have allowed for a timezone. This is a valid issue.