erwin-faceit

Results 14 comments of erwin-faceit

A better workaround is, of course, to exclude the stored procedure and add the generated code manually in a partial Entities class, which is what I've done now.

Alright, this fixes this specific case, but it opens a new one ;| (sorry) Now, my Table Valued Functions from ANOTHER schema have no HasNoKeys anymore. Strange thing is that...

> Is there a url to preview the Azure links working? No sorry, I'm using this in a non-public project. However, it looks exactly the same as the github links.

> Yes, this is great! Should also update the docs in this page: https://www.docsy.dev/docs/adding-content/repository-links/ Agreed, done.

Updated to the latest version of docsy. Demo can be seen (with fake links) on the netlify deploy preview.

See https://github.com/google/docsy/pull/1310

Pulled my hair out, but I should've come to the issues first. So thanks for reporting it, downgrading fixed the issue I was having.

Could you try passing the RedisStorageOptions to the UseTagsWithRedis method as well? Like this: ``` builder.Services.AddHangfire((sp,opts) => { var rs = sp.GetService(); var options = new Hangfire.Pro.Redis.RedisStorageOptions() { Prefix =...

I think you may need to update Hangfire.Tags to the preview version. Hangfire has made some really big changes, so it was hardly possible to maintain backwards compatible.

Forgot to add, Hangfire is prefixed now with FaceIT, because Hangfire registered the Hangfire prefix on Nuget.