Arthur Vickers

Results 1127 comments of Arthur Vickers

Moved to https://github.com/Azure/Azure-Functions/issues/2281

> Hey, is it possible to change the minimum log level that is being used when EF Core logs per database context? When using Microsoft.Extensions.Logging, EF logs events with a...

Is it just that a cleared dictionary does not (by design) free up all its cleared memory? ```C# Array.Clear(_buckets); _count = 0; _freeList = -1; _freeCount = 0; Array.Clear(_entries, 0,...

> Does it make sense that the _entries arrays alone make up that much space? I don't know; haven't investigated an actual running instance. > I'd also expect to see...

**EF Team Triage:** Closing this issue as the requested additional details have not been provided and we have been unable to reproduce it. *BTW this is a canned response and...

@chrsas Can you give some details as to why you want to remove all foreign keys from the model?

@chrsas "The original model is dbfirst, and no foreign keys have been established." Does this mean there are no foreign key constraints defined in the database, or that they are...