Alex
Alex
### Product Hot Chocolate ### Version 14.2.0 ### Link to minimal reproduction https://github.com/AlexanderInova/HotChocolateDictIssue ### Steps to reproduce 1. Create a class that derives from `Dictionary`: ```cs public class Metadata :...
### Current Behavior The target `nx-dotnet/core:test` is not inferred for projects that use the [Microsoft.Testing.Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro) instead of the old `Microsoft.NET.Test.Sdk`. This happened to us after migrating from NUnit to TUnit....
### Current Behavior When using the `{workspaceRoot}` in the option `resultsDirectory` of a `@nx-dotnet/core:test`-target, it is ignored. Setting the `resultsDirectory` to `{workspaceRoot}/dist/test-results/{projectRoot}` results in the test argument `--results-directory=dist/test-results/libs/my-library-test`. ### Expected...