Skip to content

Commit ca4e0d9

Browse files
author
Nathan Allegra
committed
WIP: Attempt to fix compilation errors - OpenApi and RabbitMQ issues remain
1 parent 4467d27 commit ca4e0d9

File tree

81 files changed

+4447
-4567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+4447
-4567
lines changed

.github/upgrades/scenarios/new-dotnet-version_124d44/scenario.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"operationId": "124d4404-08a9-43c2-94df-79695a4f6586",
44
"description": "Upgrade solution or project to new version of .NET",
55
"startTime": "2026-03-10T11:15:50.1424656Z",
6-
"lastUpdateTime": "2026-03-10T12:57:33.1120266Z",
6+
"lastUpdateTime": "2026-03-10T13:14:43.5351758Z",
77
"stage": "Execution",
88
"properties": {
99
"SelectedScenarioStrategy": "BottomUp",

src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PackageReference Include="Grpc.Core" Version="2.46.6" />
1919
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.76.0" />
2020
<PackageReference Include="Grpc.Tools" Version="2.78.0" PrivateAssets="All" />
21+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0" />
2122
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
2223
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
2324
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />

src/ApiGateways/Mobile.Bff.Shopping/aggregator/obj/Mobile.Shopping.HttpAggregator.csproj.nuget.dgspec.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
"target": "Package",
107107
"version": "[10.0.3, )"
108108
},
109+
"Microsoft.OpenApi": {
110+
"target": "Package",
111+
"version": "[2.4.1, )"
112+
},
109113
"Serilog.AspNetCore": {
110114
"target": "Package",
111115
"version": "[10.0.0, )"

src/ApiGateways/Mobile.Bff.Shopping/aggregator/obj/project.assets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@
17691769
"Microsoft.AspNetCore.Authentication.JwtBearer >= 10.0.3",
17701770
"Microsoft.AspNetCore.Authentication.OpenIdConnect >= 10.0.3",
17711771
"Microsoft.Extensions.Diagnostics.HealthChecks >= 10.0.3",
1772+
"Microsoft.OpenApi >= 2.4.1",
17721773
"Serilog.AspNetCore >= 10.0.0",
17731774
"Serilog.Sinks.Console >= 6.1.1",
17741775
"Swashbuckle.AspNetCore >= 10.1.5"
@@ -1880,6 +1881,10 @@
18801881
"target": "Package",
18811882
"version": "[10.0.3, )"
18821883
},
1884+
"Microsoft.OpenApi": {
1885+
"target": "Package",
1886+
"version": "[2.4.1, )"
1887+
},
18831888
"Serilog.AspNetCore": {
18841889
"target": "Package",
18851890
"version": "[10.0.0, )"

src/ApiGateways/Mobile.Bff.Shopping/aggregator/obj/project.nuget.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "xnwmFF3Bzqo=",
3+
"dgSpecHash": "8NQPlpDy3yU=",
44
"success": true,
55
"projectFilePath": "C:\\Users\\ALLEGRANathan\\source\\repos\\eShopOnContainers\\src\\ApiGateways\\Mobile.Bff.Shopping\\aggregator\\Mobile.Shopping.HttpAggregator.csproj",
66
"expectedPackageFiles": [

src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />
2020
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.76.0" />
2121
<PackageReference Include="Grpc.Tools" Version="2.78.0" PrivateAssets="All" />
22+
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0" />
2223
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
2324
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
2425
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />

src/ApiGateways/Web.Bff.Shopping/aggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
"target": "Package",
111111
"version": "[10.0.3, )"
112112
},
113+
"Microsoft.OpenApi": {
114+
"target": "Package",
115+
"version": "[2.4.1, )"
116+
},
113117
"Serilog.AspNetCore": {
114118
"target": "Package",
115119
"version": "[10.0.0, )"

src/ApiGateways/Web.Bff.Shopping/aggregator/obj/project.assets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,7 @@
17701770
"Microsoft.AspNetCore.Authentication.JwtBearer >= 10.0.3",
17711771
"Microsoft.AspNetCore.Authentication.OpenIdConnect >= 10.0.3",
17721772
"Microsoft.Extensions.Diagnostics.HealthChecks >= 10.0.3",
1773+
"Microsoft.OpenApi >= 2.4.1",
17731774
"Serilog.AspNetCore >= 10.0.0",
17741775
"Serilog.Sinks.Console >= 6.1.1",
17751776
"Swashbuckle.AspNetCore >= 10.1.5"
@@ -1885,6 +1886,10 @@
18851886
"target": "Package",
18861887
"version": "[10.0.3, )"
18871888
},
1889+
"Microsoft.OpenApi": {
1890+
"target": "Package",
1891+
"version": "[2.4.1, )"
1892+
},
18881893
"Serilog.AspNetCore": {
18891894
"target": "Package",
18901895
"version": "[10.0.0, )"

src/ApiGateways/Web.Bff.Shopping/aggregator/obj/project.nuget.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "IBN0RVOqVlc=",
3+
"dgSpecHash": "5PkYgIcuI3g=",
44
"success": true,
55
"projectFilePath": "C:\\Users\\ALLEGRANathan\\source\\repos\\eShopOnContainers\\src\\ApiGateways\\Web.Bff.Shopping\\aggregator\\Web.Shopping.HttpAggregator.csproj",
66
"expectedPackageFiles": [

src/BuildingBlocks/Devspaces.Support/obj/project.nuget.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "wEtrmydnr6U=",
3+
"dgSpecHash": "cPowjghAAAg=",
44
"success": true,
55
"projectFilePath": "C:\\Users\\ALLEGRANathan\\source\\repos\\eShopOnContainers\\src\\BuildingBlocks\\Devspaces.Support\\Devspaces.Support.csproj",
66
"expectedPackageFiles": [

0 commit comments

Comments
 (0)