Hendrik Bulens

Results 7 comments of Hendrik Bulens

If you're using moment, then `getWeekNumber: (day) => moment(day).isoWeek()` seems to do the trick.

This still seems to be in the codebase. Did you ever got a response to this, @holtkamp?

That would be the cleanest way, yes. Although it would most definitely suffice to make it visible by default. Google Calendar, Outlook, and others all have those dates visible, so...

It would be a great improvement if we could change the type to something other than a string. I've been shouted at today (not really, but almost) that the `TenantId`...

Would certainly be a good addition to prevent silly situations like the one I have just discovered. While trying to figure out why I was getting so many (Azure) Redis...

I'm experiencing the same problem, albeit with a different setup. The initial problem is a duplicate index: > InvalidOperationException: The indexes {'NormalizedUserName', 'TenantId'} on 'ApplicationUser' and {'NormalizedUserName'} on 'ApplicationUser' are...

Will try to provide an isolated case when I can get to it. ``` public class MyDbContext : MultiTenantIdentityDbContext { public MyDbContext (ITenantInfo tenantInfo, DbContextOptions options) : base(tenantInfo, options) {...