-
Domain Driven Design is becoming more and more popular and it's common to use a Create Factory method to create objects that have more validation requirements than can be added within just a contracto…
-
Regression v2.3.1 to v2.4.41
**Problem**
- In v2.3.1 when Swagger CodeGen generates a child Java DTO class that inherits the fields of a parent class, the child class does not contain new fields…
-
In Node.js, create a custom DTO with several properties. Now create a custom action and choose the input param to be of that DTO type, and the REST parameters to use "Split". Split the input DTO prope…
-
- [x] Victim
- [x] Crime
- [x] Criminal
- [x] CrimeDoneByCriminal
- [x] Criminal Arrested
-
# Feature: Creating a shared library on backend to contain all duplicate DTOs, payloads and schemas.
## **Description**
Currently there is a need ensure that both the gateway and respective micros…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue? See
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/…
vhbcm updated
1 month ago
-
**API Platform version(s) affected**: 3.x, 4.x
**Description**
HTTP Cache doesn't work with DTO using stateOptions, the current implementation in `PurgeHttpCacheListener` only searches for Doctr…
-
> Can Prisma generate types for swagger with swagger attribute for each field?
We are experiencing the same issue.
Prisma generated the following for us:
```
export type PersonSocialMediaUnche…
-
### Symfony version(s) affected
6.4
### Description
Hi everyone,
I'd like to ask why Symfony Serializer has name restrictions. Here are two code examples, and they give me two different results
…
-
https://github.com/lich906/backend-labs/blob/8c25a2ab5cdfe313ce6dd89f1a521384052a421f/lab2/ScrumBoardWeb/Application/Service/ScrumBoardServiceInterface.cs#L23