Jamie Rees
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...
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...
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.
Updater
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...
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...