A Nx plugin adding support for .NET 5+ (or .net core) projects, featuring full project graph and generator support.
The NxDotnet plugin is a part of Nx, which is a set of Extensible Dev Tools for Monorepos. It allows for adding .NET capabilities to an existing Nx workspace. With NxDotnet, users can generate applications and libraries, run development servers, build projects, and more within the Nx ecosystem.
To install the NxDotnet plugin, follow these steps:
npm install --save-dev @nx-dotnet/core
nx g @nx-dotnet/core:app my-app
nx g @nx-dotnet/core:lib my-lib
nx serve my-app
nx build my-app
nx dep-graph
NxDotnet is a powerful plugin within the Nx ecosystem that enables users to add .NET capabilities to their existing workspaces. It provides tools for generating applications and libraries, running development servers, building projects, and visualizing project dependencies. By integrating NxDotnet, developers can enhance their workflow and efficiency within the Nx framework.