@azure-typespec/http-client-csharp 1.0.0-alpha.20260417.3 → 1.0.0-alpha.20260418.2
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/README.md +4 -4
- package/dist/generator/Azure.Generator.StubLibrary.deps.json +6 -6
- package/dist/generator/Azure.Generator.StubLibrary.dll +0 -0
- package/dist/generator/Azure.Generator.StubLibrary.pdb +0 -0
- package/dist/generator/Azure.Generator.deps.json +2 -2
- package/dist/generator/Azure.Generator.dll +0 -0
- package/dist/generator/Azure.Generator.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.deps.json +6 -6
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.pdb +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npm install @azure-typespec/http-client-csharp
|
|
|
13
13
|
### Prerequisite
|
|
14
14
|
|
|
15
15
|
- Install [Node.js](https://nodejs.org/download/) 20 or above. (Verify by running `node --version`)
|
|
16
|
-
- Install [**.NET 10.0 SDK**](https://dotnet.microsoft.com/download/dotnet/10.0) for your specific platform. (or a higher version within the 10.0
|
|
16
|
+
- Install [**.NET 10.0 SDK**](https://dotnet.microsoft.com/download/dotnet/10.0) for your specific platform. (or a higher version within the 10.0.\* band)
|
|
17
17
|
|
|
18
18
|
### Customizing Generated Code
|
|
19
19
|
|
|
@@ -125,11 +125,11 @@ The name of the generator. By default this is set to `ScmCodeModelGenerator`. Ge
|
|
|
125
125
|
|
|
126
126
|
Allows emitter authors to specify the path to a custom emitter package, allowing you to extend the emitter behavior. This should be set to `import.meta.url` if you are using a custom emitter.
|
|
127
127
|
|
|
128
|
-
### `
|
|
128
|
+
### `plugins`
|
|
129
129
|
|
|
130
|
-
**Type:** `
|
|
130
|
+
**Type:** `array`
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
Paths to generator plugin assemblies (DLLs) or directories containing plugin assemblies. Each plugin must contain a class that extends GeneratorPlugin.
|
|
133
133
|
|
|
134
134
|
### `license`
|
|
135
135
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.2": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260418.2",
|
|
12
12
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.9",
|
|
13
13
|
"System.ClientModel": "1.10.0"
|
|
14
14
|
},
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
713
|
},
|
|
714
|
-
"Azure.Generator/1.0.0-alpha.
|
|
714
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
715
715
|
"dependencies": {
|
|
716
716
|
"Azure.Core": "1.53.0",
|
|
717
717
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -721,14 +721,14 @@
|
|
|
721
721
|
"runtime": {
|
|
722
722
|
"Azure.Generator.dll": {
|
|
723
723
|
"assemblyVersion": "1.0.0.0",
|
|
724
|
-
"fileVersion": "1.0.26.
|
|
724
|
+
"fileVersion": "1.0.26.21802"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"libraries": {
|
|
731
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
731
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.2": {
|
|
732
732
|
"type": "project",
|
|
733
733
|
"serviceable": false,
|
|
734
734
|
"sha512": ""
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
1070
1070
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
1071
1071
|
},
|
|
1072
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1072
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
1073
1073
|
"type": "project",
|
|
1074
1074
|
"serviceable": false,
|
|
1075
1075
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"libraries": {
|
|
718
|
-
"Azure.Generator/1.0.0-alpha.
|
|
718
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
719
719
|
"type": "project",
|
|
720
720
|
"serviceable": false,
|
|
721
721
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.2": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260418.2",
|
|
12
12
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.9",
|
|
13
13
|
"System.ClientModel": "1.10.0"
|
|
14
14
|
},
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
713
|
},
|
|
714
|
-
"Azure.Generator/1.0.0-alpha.
|
|
714
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
715
715
|
"dependencies": {
|
|
716
716
|
"Azure.Core": "1.53.0",
|
|
717
717
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -721,14 +721,14 @@
|
|
|
721
721
|
"runtime": {
|
|
722
722
|
"Azure.Generator.dll": {
|
|
723
723
|
"assemblyVersion": "1.0.0.0",
|
|
724
|
-
"fileVersion": "1.0.26.
|
|
724
|
+
"fileVersion": "1.0.26.21802"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"libraries": {
|
|
731
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
731
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.2": {
|
|
732
732
|
"type": "project",
|
|
733
733
|
"serviceable": false,
|
|
734
734
|
"sha512": ""
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
1070
1070
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
1071
1071
|
},
|
|
1072
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1072
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
1073
1073
|
"type": "project",
|
|
1074
1074
|
"serviceable": false,
|
|
1075
1075
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"libraries": {
|
|
718
|
-
"Azure.Generator/1.0.0-alpha.
|
|
718
|
+
"Azure.Generator/1.0.0-alpha.20260418.2": {
|
|
719
719
|
"type": "project",
|
|
720
720
|
"serviceable": false,
|
|
721
721
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20260418.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp/README.md",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"lint:fix": "eslint . --fix",
|
|
32
32
|
"prettier:fix": "prettier --write --config .prettierrc.json ./**/*.ts package.json",
|
|
33
33
|
"prettier": "prettier --check --config .prettierrc.json ./**/*.ts package.json",
|
|
34
|
-
"regen-docs": "npm run build:emitter &&
|
|
34
|
+
"regen-docs": "npm run build:emitter && npm run regen-docs:only",
|
|
35
|
+
"regen-docs:only": "tspd doc . --output-dir .tspd/docs --enable-experimental --skip-js"
|
|
35
36
|
},
|
|
36
37
|
"files": [
|
|
37
38
|
"dist/emitter/src/**",
|