michel-jump
michel-jump
Hi, thanks for making it possible to support MTOM for dotnet 5. I am experiencing the following Exception: ``` System.ArgumentNullException: Value cannot be null. (Parameter 'input') at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg) at...
I just upgraded my Angular project to version 10, and when building, I got the following error: ``` npm ERR! Could not resolve dependency: npm ERR! peer @angular/core@"^4.0.0 || ^5.0.0...
We have BACnet implemented in a .NET core application running in Docker. BACnet runs on port 47808 on the host machine. So when I want to discover devices I use...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This happens when I use nixpacks buid in a .NET...
The OpenAPI spec: ``` "TestEntityDto": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "name": { "type": "string", "nullable": true }, "created": { "type": "string", "format": "date-time"...