Tore Hammervoll

Results 5 comments of Tore Hammervoll

Will we see this change in a patch release of .Net 8? Or do we have to wait for .Net 9?

We got around most cases of this issue by ensuring we write the problems with `DefaultApiProblemDetailsWriter` instead of `DefaultProblemDetailsWriter`. This handles content negotiation in a much more consistent way. The...

This behaviour also caught me by surprise. With `contracts/v1.yaml` and `contracts/v2.yaml`, and the config `contracts/redocly.yaml`: ```yaml apis: my-api@v1: root: ./v1.yaml my-api@v2: root: ./v2.yaml ``` I can bundle successfully with these...

I just spent a day debugging some changes unrelated to Application Insights that was hit by this bug. Luckily the changes never made it to production, since the application crashed...

@wc-whiteheadd My post was not intended as a response to the workaround, that was unintended. The workaround you posted has unblocked us from this bug, and is much appreciated. I...