Jamie Rees

Results 49 issues of Jamie Rees

When using Raw Sql with the following query: ``` SELECT * FROM(SELECT c.id, c.SomeProperty, c.CreatedBy, c.CosmosEntityName FROM c WHERE c.SomeProperty= @SomeProperty) AS c WHERE (CONTAINS(LOWER(c.CreatedBy), LOWER(@CreatedBy0)) order by c.id desc...

bug

When attempting to use the Raw SQL for the following query: `select * from c order by c.id asc` it does not match on the `c` identifier because there is...

low priority

How would you recommend getting your name out there more and becoming more recognized as a .Net developer?

### Defect Fixes The default `emptyMessage` was incorrect.

pending-review

automation
frontend
backend
devops

Need to finish the Auto updater - The updater it's very basic and very error prone, it was a quick whip up. - This needs refactoring to make it more...

help wanted
V3

Hello, is there some sort of changelog or upgrade guide to migrate to the latest version of this package?

### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - CLI: 7.0.8) - Runtime(s): 7.0.0 - Plugin(s):...

Hello, I'm looking to move away from Hangfire, I'm currently using a SQLite hangfire extension and it's causing some headache with .net core 2.0. I came across this so thought...