qrjo

Results 6 comments of qrjo

Yeah, I've tried that too, but it's still not hitting the Dispose method of TestClass1. As for not having enough time to do anything: AfterTestRun methods work as intended, so...

Well, I'm using EF Core 3, so it returns there without setting a primary key. I still want primary keys though, because I cannot insert entities into my views otherwise.

Like I said, I need to insert entities into my views for unit tests.

Could just use `Task.Run(() => StartConsumerLoop(stoppingToken))` instead of `new Thread(() => StartConsumerLoop(stoppingToken)).Start()`. But returning `Task.CompleteTask` from `ExecuteAsync` is wrong whether you use threads or tasks. It would be better to...

Yeah, but a broken example isn't a good example, right?

If this is gonna be fixed, it would be nice have a way to have these wildcards and preserve the folder structure as well.