Skip to content

Commit

Permalink
feat(core): update inference configuration (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jan 31, 2024
1 parent 0945571 commit 6085c50
Show file tree
Hide file tree
Showing 25 changed files with 290 additions and 437 deletions.
5 changes: 0 additions & 5 deletions docs/core/Generators/import-projects.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ Restores NuGet packages and .NET tools used by the workspace

Generate a .NET test project for an existing application or library

### [import-projects](./Generators/import-projects.md)

Import existing projects into your Nx workspace

### [add-swagger-target](./Generators/add-swagger-target.md)

Add a swagger target to a webapi based project to extract swagger.json into a newly generated library project
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /
## [@nx-dotnet/core](./core)

- 7 Executors
- 11 Generators
- 10 Generators

## [@nx-dotnet/nx-ghpages](./nx-ghpages)

Expand Down
4 changes: 0 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"affected": {
"defaultBase": "master"
},
"workspaceLayout": {
"appsDir": "",
"libsDir": ""
},
"plugins": [
{
"plugin": "@nx-dotnet/core",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"documentation:check": "ts-node ./tools/scripts/hooks/documentation.check.ts",
"documentation": "nx g @nx-dotnet/nxdoc:generate-docs",
"publish-dev": "ts-node tools/scripts/publish-dev",
"sandbox": "ts-node ./tools/scripts/sandbox.ts"
"sandbox": "ts-node ./tools/scripts/sandbox.ts",
"local-registry": "ts-node ./tools/scripts/local-registry/setup.ts"
},
"private": false,
"dependencies": {
Expand Down
5 changes: 0 additions & 5 deletions packages/core/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"description": "Generate a .NET test project for an existing application or library",
"x-type": "library"
},
"import-projects": {
"factory": "./src/generators/import-projects/generator",
"schema": "./src/generators/import-projects/schema.json",
"description": "Import existing projects into your Nx workspace"
},
"add-swagger-target": {
"factory": "./src/generators/add-swagger-target/add-swagger-target",
"schema": "./src/generators/add-swagger-target/schema.json",
Expand Down
128 changes: 0 additions & 128 deletions packages/core/src/generators/import-projects/generator.spec.ts

This file was deleted.

131 changes: 0 additions & 131 deletions packages/core/src/generators/import-projects/generator.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/src/generators/import-projects/schema.json

This file was deleted.

0 comments on commit 6085c50

Please sign in to comment.