Skip to content

Commit 6085c50

Browse files
authored
feat(core): update inference configuration (#822)
1 parent 0945571 commit 6085c50

File tree

25 files changed

+290
-437
lines changed

25 files changed

+290
-437
lines changed

docs/core/Generators/import-projects.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/core/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ Restores NuGet packages and .NET tools used by the workspace
109109

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

112-
### [import-projects](./Generators/import-projects.md)
113-
114-
Import existing projects into your Nx workspace
115-
116112
### [add-swagger-target](./Generators/add-swagger-target.md)
117113

118114
Add a swagger target to a webapi based project to extract swagger.json into a newly generated library project

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /
88
## [@nx-dotnet/core](./core)
99

1010
- 7 Executors
11-
- 11 Generators
11+
- 10 Generators
1212

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

nx.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"affected": {
44
"defaultBase": "master"
55
},
6-
"workspaceLayout": {
7-
"appsDir": "",
8-
"libsDir": ""
9-
},
106
"plugins": [
117
{
128
"plugin": "@nx-dotnet/core",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"documentation:check": "ts-node ./tools/scripts/hooks/documentation.check.ts",
1414
"documentation": "nx g @nx-dotnet/nxdoc:generate-docs",
1515
"publish-dev": "ts-node tools/scripts/publish-dev",
16-
"sandbox": "ts-node ./tools/scripts/sandbox.ts"
16+
"sandbox": "ts-node ./tools/scripts/sandbox.ts",
17+
"local-registry": "ts-node ./tools/scripts/local-registry/setup.ts"
1718
},
1819
"private": false,
1920
"dependencies": {

packages/core/generators.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
"description": "Generate a .NET test project for an existing application or library",
5151
"x-type": "library"
5252
},
53-
"import-projects": {
54-
"factory": "./src/generators/import-projects/generator",
55-
"schema": "./src/generators/import-projects/schema.json",
56-
"description": "Import existing projects into your Nx workspace"
57-
},
5853
"add-swagger-target": {
5954
"factory": "./src/generators/add-swagger-target/add-swagger-target",
6055
"schema": "./src/generators/add-swagger-target/schema.json",

packages/core/src/generators/import-projects/generator.spec.ts

Lines changed: 0 additions & 128 deletions
This file was deleted.

packages/core/src/generators/import-projects/generator.ts

Lines changed: 0 additions & 131 deletions
This file was deleted.

packages/core/src/generators/import-projects/schema.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)