Warren Buckley

Results 17 comments of Warren Buckley

So I also just ran into this same issue. I'm trying to conditionally swap resources/interrupts based on features. Judging from the above conversation this is not possible with RTIC. Is...

We also have two projects defined with the same root directory. We recently updated to `Angular 15` (which removed the `defaultProject` key) and started seeing the following error when attempting...

Could someone at least point me to a Microsoft rep I can talk to about this?

Hi @vicancy, so I have already enabled the detailed errors in `Program.cs` (I mentioned in my original post) but it still never shows me any exceptions. The `JoinGroup` method is...

@jr01 Are you planning on submitting a PR for this? I also just noticed this and would be interested in this feature being added.

@SeanFeldman I haven't tried using `MaxAutoLockRenewalDuration` yet as I have to finish my current story before moving on to that bug. I copied the bicep template from the Azure portal...

@royvandertuuk So if I'm understanding correctly, I can't use the same `Owned` type in multiple entity definitions? e.g., ```C# record Foo { public required string Name { get; init; }...