Daniel Rosenberg
Daniel Rosenberg
For easier maintenance, we have centralised a number of project properties to a `Directory.Build.props` file at the solution level, including the `TargetFramework` property, like so: ```xml net8.0 enable true AllEnabledByDefault...
- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...
### Environment _No response_ ### Reproduction - Assume you have two entities `A` and `B`, both contain the property `firstName: string`. - Add a mutator decorator for the `firstName` property...
We employ a guideline to always use named parameters when the meaning of an argument is not obvious from the argument itself. For example, the intent is not very clear...
We just upgraded to 6.0.0 and immediately ran into a tricky issue. Many of our tests invoke an external executable (either as part of setup, or as part of the...