Daniel Rosenberg

Results 5 issues of 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...

bug
P1

- 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,...

area/docs
help-wanted
kind/enhancement

### 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...

bug

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...

help wanted
Area-IDE
Feature Request

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...

Investigate