OpenAPI: Fix component $ref registration into the workspace so references get resolved correctly #64109
+167
−52
Azure Pipelines / aspnetcore-quarantined-pr
failed
Oct 19, 2025 in 28m 9s
Build #20251019.5 failed
Annotations
azure-pipelines / aspnetcore-quarantined-pr
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs#L1254
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs(1254,61): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) Non-nullable property 'SelfArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-pipelines / aspnetcore-quarantined-pr
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs#L1248
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs(1248,61): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) Non-nullable property 'ItemArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-pipelines / aspnetcore-quarantined-pr
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs#L1249
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs(1249,48): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-pipelines / aspnetcore-quarantined-pr
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs#L1242
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs(1242,48): error CS8618: (NETCORE_ENGINEERING_TELEMETRY=Build) Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Loading