-
This is a sample endpoint that works well before api-platform 3.2 with 422 responses with violations
#[Route(
path: '/api/sample-endpoint',
defaults: ['_noForceRedirect' =…
-
### Describe the bug
The javadoc of @PositiveOrZero says that "null elements are considered valid.". However, the client side validation will not accept null fields.
### Expected-behavior
Nu…
-
### Version(s) affected
1.2.x
### Description
1x: The "SpomkyLabs\PwaBundle\Dto\ResourceCache" class is considered final. It may change without further notice as of its next major version…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.…
-
We are trying to represent a tree of logic operators with Dtos using simple inheritance.
This is essentially what our Dtos look like:
```java
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = J…
-
Can you take a look at https://github.com/PHPExpertsInc/SimpleDTO?
`composer require phpexperts/simple-dto`
Please tell me how we can integrate these two projects??
-
-
Can the following code work without manually defining the return type, i.e adding `/** @var UserDto[] */`?
```php
final class Repository
{
public function __construct(
private Entit…
-
### Feature and motivation
Any consumer of Selenium library in .NET cannot use it within publishing his application as [Native AOT Deployment](https://learn.microsoft.com/en-us/dotnet/core/deployin…
-
When inheriting a DTO factory class, there is no way to merge the config of the inherited type with a config defined on the new class.
One idea is to have a callback method on AbstractDTO that hand…