Brandon Ording
Brandon Ording
@dnv-kimbell It is already possible to use `IHostApplicationLifetime` methods from your critical error action. For example, here's one way you can do that: ```csharp var builder = Host.CreateApplicationBuilder(args); IHostApplicationLifetime lifetime...
So is there any way to get an `Assert.Multiple` style of thing working from inside of `Parallel.For` or should I just abandon the idea? It seems to me that a...
> I'm also curious about the nature of your test. Typically asserts are fairly quick or focused. What is it about the nature of your test that requires running Assert.Multiple()...
@bonieckimarcin @bsmykowskiinf Thanks for including a repro project. That will make it much easier to investigate. One question. I see you're using classic queues. Have you tried quorum queues? It...
I can reproduce the issue, and as I suspected, it only occurs when classic queues are used. The broker provides retry count information for us via the `x-delivery-count` header, but...
Can you provide a way to reproduce the problem? Code but also a repository to interact with that causes the issue?
One thing missing from how the new project system handles contentFiles is that it doesn't make them read-only, so if you edit them, you're editing the file from the NuGet...
@nkolev92 @anangaur Is there any chance of this being addressed in the VS 2019 timeframe?
You should really consider re-opening this issue. The `--force-if-includes` option is important to support. It closes a rather large gap in the "safety" of the `--force-with-lease` option. Without `--force-if-includes` added...
> This would allow the transport to override this generator and can use the format that is best and native to the transport. Can you provide some more details as...