djfoxer
djfoxer
An update on column with DateTimeOffset? throws exception: ``` Exception message: Stack trace: Message: System.ArgumentException : Property 'Int64 Ticks' is not defined for type 'System.Nullable`1[System.DateTimeOffset]' (Parameter 'property') Stack Trace: Expression.Property(Expression...
`DROP PROCEDURE IF EXISTS dbo.Procedure` causes dialog: **Errors found. Continue?** _Errors found during SQL parsing. Would you like to apply formatting anyway?_ Yes No
Hi Simple question: how to trigger HttpTrigger/TimeTrigger locally when use Azure Webjobs SDK (for local testing)? Default URL for pure Azure Functions, doesn't listen on that port: - http://localhost:7071/api/HttpTriggerName -...
Hi. I have discovered, that when I call `Background Job.Delete` Job is not deleting from `[Job Queue]` table (SQL) (as described here https://discuss.hangfire.io/t/backgroundjob-delete-doesnt-delete-from-jobqueue-table/1526). It stays in `[Job Queue]` table and...
An update on column with DateTimeOffset? throws exception: ``` Exception message: Stack trace: Message: System.ArgumentException : Property 'Int64 Ticks' is not defined for type 'System.Nullable`1[System.DateTimeOffset]' (Parameter 'property') Stack Trace: Expression.Property(Expression...