Arjan Vermunt
Arjan Vermunt
Hi, I added some events to control the way errors can be handled. With the changes it is possible to trap all errors on one line instead of only the...
Hi, We are hosting a symfony application in kubernetes and we need to migrate the database before deploying the new version. So I was wondering whether it is possible to...
### Feature request type Other ### Component name Unit Tests ### Is your feature request related to a problem? Code is generated for testing and documentation through reflection. For generic...
Investigate consequences of all breaking changes. Can we support both versions? Maybe create two nuget packages.
## Description resolved #6178 Adds support for a generic MudDatePicker. Supported values are `DateOnly`, `DateTime` and `DateTimeOffset`. ## How Has This Been Tested? ## Type of Changes - [ ]...
### Symfony version(s) affected 7.1.* ### Description An excepion occurs in the `AbstractObjectNormalizer` when deserializing a class containing a generic property. Exception: `Cannot get base type on "T" template type.`...
Is it possible to hide/omit the client secret field for Authorization Code with PKCE?  I have the following configuration: ```csharp services.AddOpenApiDocument((opt, _) => { opt.AddSecurity(appSettings.Jwt.Scheme, [], new OpenApiSecurityScheme {...
fixes #210 - upgrade Serilog packages - use new wrapper sink construction - use IBatchedLogEventSink from core serilog package - remove Serilog.Sinks.PeriodicBatching dependency
Upgrade Docker images to test against the newest version of RabbitMQ.
- Upgrade Serilog packages - Replace Serilog.Sinks.Batching with core Batching