@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260331.1 → 1.0.0-alpha.20260331.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/dist/generator/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Azure.Generator.Management.xml +8 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.xml +8 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260331.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260331.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.52.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260320.2",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
}
|
|
695
695
|
},
|
|
696
696
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.20260331.
|
|
697
|
+
"Azure.Generator.Management/1.0.0-alpha.20260331.2": {
|
|
698
698
|
"type": "project",
|
|
699
699
|
"serviceable": false,
|
|
700
700
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -828,6 +828,14 @@
|
|
|
828
828
|
[EditorBrowsable(EditorBrowsableState.Never)] attribute on its signature.
|
|
829
829
|
</summary>
|
|
830
830
|
</member>
|
|
831
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.RemoveDuplicateSerializationConstructor(Microsoft.TypeSpec.Generator.Providers.ModelProvider)">
|
|
832
|
+
<summary>
|
|
833
|
+
Removes the internal parameterless constructor from the serialization type if one exists.
|
|
834
|
+
The serialization type adds an internal parameterless constructor for deserialization
|
|
835
|
+
before the flatten visitor runs. When flattening makes the model's public constructor
|
|
836
|
+
parameterless, the serialization constructor becomes a duplicate and must be removed.
|
|
837
|
+
</summary>
|
|
838
|
+
</member>
|
|
831
839
|
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.TryGetFlattenedModelType(Microsoft.TypeSpec.Generator.Primitives.CSharpType,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo}}@)">
|
|
832
840
|
<summary>
|
|
833
841
|
Looks up the flattened model type map for the given type, also checking base types
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260331.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260331.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.52.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260320.2",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
}
|
|
695
695
|
},
|
|
696
696
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.20260331.
|
|
697
|
+
"Azure.Generator.Management/1.0.0-alpha.20260331.2": {
|
|
698
698
|
"type": "project",
|
|
699
699
|
"serviceable": false,
|
|
700
700
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -828,6 +828,14 @@
|
|
|
828
828
|
[EditorBrowsable(EditorBrowsableState.Never)] attribute on its signature.
|
|
829
829
|
</summary>
|
|
830
830
|
</member>
|
|
831
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.RemoveDuplicateSerializationConstructor(Microsoft.TypeSpec.Generator.Providers.ModelProvider)">
|
|
832
|
+
<summary>
|
|
833
|
+
Removes the internal parameterless constructor from the serialization type if one exists.
|
|
834
|
+
The serialization type adds an internal parameterless constructor for deserialization
|
|
835
|
+
before the flatten visitor runs. When flattening makes the model's public constructor
|
|
836
|
+
parameterless, the serialization constructor becomes a duplicate and must be removed.
|
|
837
|
+
</summary>
|
|
838
|
+
</member>
|
|
831
839
|
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.TryGetFlattenedModelType(Microsoft.TypeSpec.Generator.Primitives.CSharpType,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo}}@)">
|
|
832
840
|
<summary>
|
|
833
841
|
Looks up the flattened model type map for the given type, also checking base types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp-mgmt",
|
|
3
|
-
"version": "1.0.0-alpha.20260331.
|
|
3
|
+
"version": "1.0.0-alpha.20260331.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure management libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-mgmt/README.md",
|