AdrianoAE

Results 10 comments of AdrianoAE

I've tried that, but gave it another try ![image](https://github.com/Kong/insomnia/assets/20192335/0cf47de7-6e70-4fd4-b43e-1ce92695b9f6)

any update on this?

There isn't much to show, it simply works with Postman ![image](https://github.com/Kong/insomnia/assets/20192335/6d5e8de4-08a7-46d3-bfb8-a6269f8add1e) ![image](https://github.com/Kong/insomnia/assets/20192335/43c4abb1-b9c7-44bd-82b1-2a9e4b52a8c6) The implementation is done by Microsoft under https://github.com/grpc/grpc-dotnet Tried with `127.0.0.1:51811` `Error: 1 CANCELLED: Call cancelled` `https://127.0.0.1:51811` `Error:...

Also facing false positive, this triggers the analyzer: ```csharp if (last.End > time) { return last; } return null; ``` but if the if is inverted: ```csharp if (last.End

Any update on this? Also this is for all endpoints not just GET

Would be very nice, even more if it allows IDEF1X

Hello, I'm sorry at the time I just rewrote my code to use Roslyn so do not have the original code anymore

Could not find the tracking issue, can we expect to have the `AddVersionedOpenApi` in .Net 10? Having to maintain the versions manually to be able to call the `.AddOpenApi(version)` is...