Nx @nx.dev · Jun 17

Nx .NET is now GA in Nx 23. Run .NET straight in an Nx workspace, no special scaffolding. It uses MSBuild to infer targets, and caches build/test/publish/pack. <ProjectReference> links wire into the graph, so nx affected and nx graph work. One task graph across stacks.

2 likes 1 replies

?

Replies

Nx · Jun 17

Small Nx 23 thing I really like: a ... spread token for target config. Set inputs once in targetDefaults, then a single project can extend the list instead of copy-pasting it. ... expands to the inherited defaults in place, and the project picks up any future change to them automatically.