File tree Expand file tree Collapse file tree 12 files changed +24
-0
lines changed
packages/nxdoc/src/generators/generate-docs/templates/detail Expand file tree Collapse file tree 12 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 22
33## NxDotnet Build
44
5+ Builds an app via the ` dotnet ` cli command.
6+
57## Options
68
79### framework (string)
Original file line number Diff line number Diff line change 22
33## Format executor
44
5+ Formats and lints a project using the dotnet-format tool
6+
57## Options
68
79### noRestore (boolean)
Original file line number Diff line number Diff line change 22
33## NxDotnet Publish
44
5+ Publishes an app via the ` dotnet ` cli command.
6+
57## Options
68
79### configuration (string)
Original file line number Diff line number Diff line change 22
33## NxDotnet Serve Executor
44
5+ Uses ` dotnet run ` and chokidar to run a .NET app.
6+
57## Options
68
79### configuration (string)
Original file line number Diff line number Diff line change 22
33## NxDotnet Application Generator
44
5+ Generate a dotnet project under the application directory.
6+
57## Options
68
79### name (string)
Original file line number Diff line number Diff line change 11# @nx-dotnet/core : init
22
33## Initialize NxDotnet
4+
5+ Update' ; s user' ; s gitignore file + initializes a blank config
Original file line number Diff line number Diff line change 22
33## NxDotnet Library Generator
44
5+ Generate a dotnet project under the library directory.
6+
57## Options
68
79### name (string)
Original file line number Diff line number Diff line change 22
33## Nuget Reference
44
5+ Add a nuget reference to a .NET project
6+
57## Options
68
79### project (string)
Original file line number Diff line number Diff line change 22
33## Project Reference Generator
44
5+ Adds a project reference to the host project that points to the source project.
6+
57## Options
68
79### project (string)
Original file line number Diff line number Diff line change 11# @nx-dotnet/core : restore
22
33## Restore Generator
4+
5+ Restores NuGet packages and .NET tools used by the workspace.
You can’t perform that action at this time.
0 commit comments