Yvonne Arnoldus

Results 2 issues of Yvonne Arnoldus

I tried this example in EF Core 2.2.2 but it does not seem to work. I see my _tenantId get changed in MyDbContext but when i do a _context.MySet..AsQueryable()..Skip(pageSize).Take(pageCount).ToListAsync(). The...

area-multi-tenant
area-query-filters

If I put the connection string in appsettings.json like this it works. ` "Serilog": { "WriteTo": [ {"Name": "AzureBlobStorage", "Args": {"connectionString": "", "storageContainerName": "", "storageFileName": ""}} ] } ` But...