Hero Wanders
Hero Wanders
If I create a new project for .NET Core 3.1 (with `dotnet new xunit`) and enable Nullable support (add `enable` to the .csproj file), the xUnit1013 analyzer does _not_ create...
It seems that by default instances of different enum types are never evaluated as deep-equal, even if their names match. I have to apply `SkipDefault().SkipDefault()` or `WithCustomComparison(new EnumComparison())` to get...
Info: I'm using ph-pdf-layout 7.0.0. When creating a splittable `PLVBox` and adding some large **non-splittable** `PLVBox`es as rows, the calculations for vertical splitting seems to go wrong (or at least...
**Jetty version(s)** 12.0.11 **Jetty Environment** core **Java version/vendor** `(use: java -version)` OpenJDK 17.0.10 **OS type/version** Windows **Description** Executing a `JettyClientHttpRequest` throws an `IllegalArgumentException` with message `Self-suppression not permitted` if a...
Requesting the Swagger UI from two different public URLs having different context paths causes the second UI initialization to fail. The second UI call will have a wrong path written...