@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260902.2 → 1.0.0-alpha.20260903.1

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,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260902.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260903.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.62.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260825.4",
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260902.2": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260903.1": {
733
733
  "type": "project",
734
734
  "serviceable": false,
735
735
  "sha512": ""
@@ -1403,6 +1403,14 @@
1403
1403
  Used by direct-constructor repair to recursively reconstruct nested flattened model arguments.
1404
1404
  </summary>
1405
1405
  </member>
1406
+ <member name="M:Azure.Generator.Management.Visitors.ModelFactoryVisitor.IsRemovalAcceptedInBaseline(Microsoft.TypeSpec.Generator.Providers.ModelFactoryProvider,Microsoft.TypeSpec.Generator.Primitives.MethodSignature)">
1407
+ <summary>
1408
+ Determines whether a previously shipped model factory overload must stay removed. An overload is left out
1409
+ when the ApiCompat baseline records its removal, or when its return type or any parameter type refers to a
1410
+ type whose removal the baseline already accepted. Without the second check the generator would resurrect an
1411
+ overload whose signature names a type that is no longer generated, producing code that does not compile.
1412
+ </summary>
1413
+ </member>
1406
1414
  <member name="M:Azure.Generator.Management.Visitors.NameVisitor.IsDateTimeInputType(Microsoft.TypeSpec.Generator.Input.InputType)">
1407
1415
  <summary>
1408
1416
  Checks the input type (rather than the C# type) to determine if it represents a date/time,
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260902.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260903.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.62.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260825.4",
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260902.2": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260903.1": {
733
733
  "type": "project",
734
734
  "serviceable": false,
735
735
  "sha512": ""
@@ -1403,6 +1403,14 @@
1403
1403
  Used by direct-constructor repair to recursively reconstruct nested flattened model arguments.
1404
1404
  </summary>
1405
1405
  </member>
1406
+ <member name="M:Azure.Generator.Management.Visitors.ModelFactoryVisitor.IsRemovalAcceptedInBaseline(Microsoft.TypeSpec.Generator.Providers.ModelFactoryProvider,Microsoft.TypeSpec.Generator.Primitives.MethodSignature)">
1407
+ <summary>
1408
+ Determines whether a previously shipped model factory overload must stay removed. An overload is left out
1409
+ when the ApiCompat baseline records its removal, or when its return type or any parameter type refers to a
1410
+ type whose removal the baseline already accepted. Without the second check the generator would resurrect an
1411
+ overload whose signature names a type that is no longer generated, producing code that does not compile.
1412
+ </summary>
1413
+ </member>
1406
1414
  <member name="M:Azure.Generator.Management.Visitors.NameVisitor.IsDateTimeInputType(Microsoft.TypeSpec.Generator.Input.InputType)">
1407
1415
  <summary>
1408
1416
  Checks the input type (rather than the C# type) to determine if it represents a date/time,
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.20260902.2",
3
+ "version": "1.0.0-alpha.20260903.1",
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",