AdrianoAE
AdrianoAE
I've tried that, but gave it another try 
any update on this?
There isn't much to show, it simply works with Postman   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
Would be nice to have this fixed
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...
Still seeing this error with the latest version