Tim Sirmovics

Results 31 comments of Tim Sirmovics

Any idea when the next release is out with this fix? I find that none of the command line arguments get passed.

Is this working in 43.1? When I stop the miner my overclock doesn't go back, and when I close the app which closes AB, and I re-open AB manually the...

Ah no, didn't realise it needed to be enabled. Working now.

In my example I was just talking about one entity, but I'll try and give a more concrete example with navigation properties. ``` public class Parent { [Key] public int...

> It would be a lot easier to implement when you have to specify the additional keys in the extent definition, which is what you're thinking of, correct? Correct. >...

I will have to take a look at the code when I have time to understand how it works currently before I can come up with an implementation idea. We...

@jtheisen When configuring an entity for a table which has a Unique Key defined, this can be specified as an alternative key in the `IEntityTypeConfiguration.Configure(EntityTypeBuilder builder)` method with the line...

Ah, I think I see the problem now. I create the services i.e. `InventoryLevelService` before I set the Global execution policy. Looking inside the constructor for `InventoryLevelService` and then the...