Nx @nx.dev · Jun 17

Scripts only handle what's deterministic. They don't know your stack, your external libs, your one-off configs. So migrations can now ship as prompts (or hybrid), and the agent applies them, then re-validates every generator migration as it goes.

1 likes 1 replies

?

Replies

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