@nx/dotnet 23.0.0-beta.22 → 23.0.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/MsbuildAnalyzer.dll +0 -0
- package/dist/lib/MsbuildAnalyzer.pdb +0 -0
- package/dist/plugins/create-nodes.d.ts +6 -2
- package/dist/plugins/create-nodes.d.ts.map +1 -1
- package/dist/plugins/create-nodes.js +6 -2
- package/dist/plugins/plugin.d.ts.map +1 -1
- package/dist/plugins/plugin.js +2 -2
- package/package.json +3 -3
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes, TargetConfiguration } from '@nx/devkit';
|
|
2
2
|
export type TargetConfigurationWithName = Partial<TargetConfiguration> & {
|
|
3
3
|
/**
|
|
4
4
|
* The name of the target. Defaults to the target type (e.g., 'build', 'test', etc.)
|
|
@@ -79,5 +79,9 @@ export interface DotNetPluginOptions {
|
|
|
79
79
|
*/
|
|
80
80
|
run?: TargetConfigurationWithName | false;
|
|
81
81
|
}
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const createNodes: CreateNodes<DotNetPluginOptions>;
|
|
83
|
+
/**
|
|
84
|
+
* @deprecated Use {@link createNodes} instead. This will be removed in Nx 24.
|
|
85
|
+
*/
|
|
86
|
+
export declare const createNodesV2: CreateNodes<DotNetPluginOptions>;
|
|
83
87
|
//# sourceMappingURL=create-nodes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-nodes.d.ts","sourceRoot":"","sources":["../../src/plugins/create-nodes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"create-nodes.d.ts","sourceRoot":"","sources":["../../src/plugins/create-nodes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAGX,mBAAmB,EACpB,MAAM,YAAY,CAAC;AAOpB,MAAM,MAAM,2BAA2B,GAAG,OAAO,CAAC,mBAAmB,CAAC,GAAG;IACvE;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC3C;;;OAGG;IACH,KAAK,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC5C;;;OAGG;IACH,OAAO,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC9C;;;OAGG;IACH,OAAO,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC9C;;;OAGG;IACH,IAAI,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC3C;;;OAGG;IACH,KAAK,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;IAC5C;;;OAGG;IACH,GAAG,CAAC,EAAE,2BAA2B,GAAG,KAAK,CAAC;CAC3C;AAqFD,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,mBAAmB,CA6ExD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,kCAAc,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createNodesV2 = void 0;
|
|
3
|
+
exports.createNodesV2 = exports.createNodes = void 0;
|
|
4
4
|
const devkit_1 = require("@nx/devkit");
|
|
5
5
|
const analyzer_client_1 = require("../analyzer/analyzer-client");
|
|
6
6
|
const project_configuration_utils_1 = require("nx/src/project-graph/utils/project-configuration-utils");
|
|
@@ -65,7 +65,7 @@ function mergeUserTargetConfigurations(node, options) {
|
|
|
65
65
|
targets: mergedTargets,
|
|
66
66
|
};
|
|
67
67
|
}
|
|
68
|
-
exports.
|
|
68
|
+
exports.createNodes = [
|
|
69
69
|
dotnetProjectGlob,
|
|
70
70
|
async (configFilePaths, options, context) => {
|
|
71
71
|
// Analyze all projects - the C# analyzer builds the complete Nx structure
|
|
@@ -123,3 +123,7 @@ exports.createNodesV2 = [
|
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
];
|
|
126
|
+
/**
|
|
127
|
+
* @deprecated Use {@link createNodes} instead. This will be removed in Nx 24.
|
|
128
|
+
*/
|
|
129
|
+
exports.createNodesV2 = exports.createNodes;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAatC,QAAA,MAAM,MAAM,EAAE,QAAQ,CAAC,mBAAmB,CAC6B,CAAC;AAExE,SAAS,MAAM,CAAC"}
|
package/dist/plugins/plugin.js
CHANGED
|
@@ -3,8 +3,8 @@ const create_nodes_1 = require("./create-nodes");
|
|
|
3
3
|
const create_dependencies_1 = require("./create-dependencies");
|
|
4
4
|
const regularPlugin = {
|
|
5
5
|
name: '@nx/dotnet',
|
|
6
|
-
createNodes: create_nodes_1.
|
|
7
|
-
createNodesV2: create_nodes_1.
|
|
6
|
+
createNodes: create_nodes_1.createNodes,
|
|
7
|
+
createNodesV2: create_nodes_1.createNodes,
|
|
8
8
|
createDependencies: create_dependencies_1.createDependencies,
|
|
9
9
|
};
|
|
10
10
|
const noopPlugin = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/dotnet",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for .NET containing graph support for working with .NET projects in an Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"!dist/tsconfig.lib.tsbuildinfo"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@nx/devkit": "23.0.0-beta.
|
|
53
|
+
"@nx/devkit": "23.0.0-beta.23",
|
|
54
54
|
"tslib": "^2.3.0",
|
|
55
55
|
"ignore": "^7.0.5"
|
|
56
56
|
},
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/node": "^24.11.0",
|
|
60
60
|
"jest": "30.3.0",
|
|
61
61
|
"memfs": "^4.9.2",
|
|
62
|
-
"nx": "23.0.0-beta.
|
|
62
|
+
"nx": "23.0.0-beta.23",
|
|
63
63
|
"ts-jest": "^29.4.0",
|
|
64
64
|
"typescript": "~5.9.2"
|
|
65
65
|
},
|