@azure-typespec/http-client-csharp 1.0.0-alpha.20260418.3 → 1.0.0-alpha.20260420.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.
@@ -6,9 +6,9 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
9
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260420.2": {
10
10
  "dependencies": {
11
- "Azure.Generator": "1.0.0-alpha.20260418.3",
11
+ "Azure.Generator": "1.0.0-alpha.20260420.2",
12
12
  "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10",
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.20260418.3": {
714
+ "Azure.Generator/1.0.0-alpha.20260420.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.21803"
724
+ "fileVersion": "1.0.26.22002"
725
725
  }
726
726
  }
727
727
  }
728
728
  }
729
729
  },
730
730
  "libraries": {
731
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
731
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260420.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.20260418.3": {
1072
+ "Azure.Generator/1.0.0-alpha.20260420.2": {
1073
1073
  "type": "project",
1074
1074
  "serviceable": false,
1075
1075
  "sha512": ""
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator/1.0.0-alpha.20260418.3": {
9
+ "Azure.Generator/1.0.0-alpha.20260420.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.20260418.3": {
718
+ "Azure.Generator/1.0.0-alpha.20260420.2": {
719
719
  "type": "project",
720
720
  "serviceable": false,
721
721
  "sha512": ""
Binary file
Binary file
@@ -110,6 +110,42 @@
110
110
  </summary>
111
111
  <returns>A list of CSharpProjectCompileInclude files that should be included in the project.</returns>
112
112
  </member>
113
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.WriteAdditionalFiles">
114
+ <summary>
115
+ Writes additional scaffolding files (README.md, CHANGELOG.md, Directory.Build.props)
116
+ to the output directory when the output is under the sdk/ directory.
117
+ Files are only written if they don't already exist, preventing
118
+ overwriting of customized content.
119
+ </summary>
120
+ </member>
121
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.IsUnderSdkDirectory(System.String)">
122
+ <summary>
123
+ Determines whether the output directory is under the sdk/ directory.
124
+ </summary>
125
+ <param name="outputDir">The output directory path.</param>
126
+ <returns><c>true</c> if the output directory is under the sdk/ directory; otherwise, <c>false</c>.</returns>
127
+ </member>
128
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetReadmeContent(System.String)">
129
+ <summary>
130
+ Gets the content for the README.md file.
131
+ </summary>
132
+ <param name="packageName">The name of the package.</param>
133
+ <returns>The README.md content.</returns>
134
+ </member>
135
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetChangelogContent(System.String)">
136
+ <summary>
137
+ Gets the content for the CHANGELOG.md file.
138
+ </summary>
139
+ <param name="packageName">The name of the package.</param>
140
+ <returns>The CHANGELOG.md content.</returns>
141
+ </member>
142
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetDirectoryBuildPropsContent(System.String)">
143
+ <summary>
144
+ Gets the content for the Directory.Build.props file.
145
+ </summary>
146
+ <param name="packageName">The name of the package.</param>
147
+ <returns>The Directory.Build.props content.</returns>
148
+ </member>
113
149
  <member name="T:Azure.Generator.Providers.Abstraction.HttpPipelineProvider">
114
150
  <inheritdoc/>
115
151
  </member>
@@ -6,9 +6,9 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
9
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260420.2": {
10
10
  "dependencies": {
11
- "Azure.Generator": "1.0.0-alpha.20260418.3",
11
+ "Azure.Generator": "1.0.0-alpha.20260420.2",
12
12
  "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10",
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.20260418.3": {
714
+ "Azure.Generator/1.0.0-alpha.20260420.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.21803"
724
+ "fileVersion": "1.0.26.22002"
725
725
  }
726
726
  }
727
727
  }
728
728
  }
729
729
  },
730
730
  "libraries": {
731
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
731
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260420.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.20260418.3": {
1072
+ "Azure.Generator/1.0.0-alpha.20260420.2": {
1073
1073
  "type": "project",
1074
1074
  "serviceable": false,
1075
1075
  "sha512": ""
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator/1.0.0-alpha.20260418.3": {
9
+ "Azure.Generator/1.0.0-alpha.20260420.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.20260418.3": {
718
+ "Azure.Generator/1.0.0-alpha.20260420.2": {
719
719
  "type": "project",
720
720
  "serviceable": false,
721
721
  "sha512": ""
@@ -110,6 +110,42 @@
110
110
  </summary>
111
111
  <returns>A list of CSharpProjectCompileInclude files that should be included in the project.</returns>
112
112
  </member>
113
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.WriteAdditionalFiles">
114
+ <summary>
115
+ Writes additional scaffolding files (README.md, CHANGELOG.md, Directory.Build.props)
116
+ to the output directory when the output is under the sdk/ directory.
117
+ Files are only written if they don't already exist, preventing
118
+ overwriting of customized content.
119
+ </summary>
120
+ </member>
121
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.IsUnderSdkDirectory(System.String)">
122
+ <summary>
123
+ Determines whether the output directory is under the sdk/ directory.
124
+ </summary>
125
+ <param name="outputDir">The output directory path.</param>
126
+ <returns><c>true</c> if the output directory is under the sdk/ directory; otherwise, <c>false</c>.</returns>
127
+ </member>
128
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetReadmeContent(System.String)">
129
+ <summary>
130
+ Gets the content for the README.md file.
131
+ </summary>
132
+ <param name="packageName">The name of the package.</param>
133
+ <returns>The README.md content.</returns>
134
+ </member>
135
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetChangelogContent(System.String)">
136
+ <summary>
137
+ Gets the content for the CHANGELOG.md file.
138
+ </summary>
139
+ <param name="packageName">The name of the package.</param>
140
+ <returns>The CHANGELOG.md content.</returns>
141
+ </member>
142
+ <member name="M:Azure.Generator.Primitives.NewAzureProjectScaffolding.GetDirectoryBuildPropsContent(System.String)">
143
+ <summary>
144
+ Gets the content for the Directory.Build.props file.
145
+ </summary>
146
+ <param name="packageName">The name of the package.</param>
147
+ <returns>The Directory.Build.props content.</returns>
148
+ </member>
113
149
  <member name="T:Azure.Generator.Providers.Abstraction.HttpPipelineProvider">
114
150
  <inheritdoc/>
115
151
  </member>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20260418.3",
3
+ "version": "1.0.0-alpha.20260420.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",