Matthew Lieder

Results 46 comments of Matthew Lieder

I found another workaround that involves using reflection to set the "consumer" field on InstrumentedConsumer to my mock consumer. That unblocks me for now, but still would be nice to...

Likely same issue as #3374, which is also resolved by downgrading to v1.8.11.

This feature is also supported by Visual Studio now: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-9.0#environment-files. Would love to have it in VS Code too!

Just ran into this issue myself when running `kubectl apply --dry-run=server`. This prevents me from properly linting manifest changes before they're applied.

Still an issue FYI. Getting `The 'type' field must be defined when the 'nullable' field is used.` on the following OpenAPI 3.0.1 doc section: ```json "product": { "allOf": [ {...

That input wasn't added until version 1.6.0