erikljung
erikljung
In my example, protobuf-net.Grpc encounters a problem and throws an exception. I cannot find a way to catch this exception before it is turned into an error response and sent...
Ok, that makes sense. I feel confident that I've tried to handle this with regular middlewares, without success. Maybe I'm doing it wrong, do you have any sample/pseduo code?
Yes, as you said the status code is in the trailer, but that seems to be it. Without the original exception there won't be much use unfortunately. And if there...
Any progress on this? Would be a great feature!
Having the same issue in Rider 2025.2.3, plugin version 252.25557.23. Can't seem to suppress the error either.
Unfortunately I don't have the time to upgrade the whole project to v3 right now. The quickest workaround is to downgrade xUnit to 2.8.1. Just FYI https://github.com/xunit/xunit/issues/2996#issuecomment-2270867851
I don't have much of a setup in project files, I'm using a pretty vanilla setup: ### coverage file [test-coverage.xml.txt](https://github.com/user-attachments/files/20861800/test-coverage.xml.txt) ### csproj ``` MyProject.Tests MyProject.Tests net8.0 false true Exe true...
> Does that error only occur during rolling deployment, @tiasmt, i.e., is the error resolved after deployment completes? I observed this during a rolling deploy with `DefaultVersionSelectorStrategy = "LatestVersion"`. The...