dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.78k stars 3.19k forks source link

dotnet ef migrations bundle fails with --runtime linux-arm64 #28418

Closed hounddog22030 closed 2 years ago

hounddog22030 commented 2 years ago

Executing dotnet ef migrations bundle --runtime linux-arm64 --self-contained --verbose throws Excecption Microsoft.EntityFrameworkCore.Design.OperationException: Could not load assembly 'ef-bundle'. Ensure it is referenced by the startup project 'YourProject'.

Steps to reproduce:

  1. From the command prompt, exec dotnet ef migrations bundle fails with --runtime linux-arm64

Observed Behavior:

Exception Thrown (see below).

Notes:

  1. Adding <RuntimeIdentifiers>linux-arm64</RuntimeIdentifiers> does not help
  2. Issuing command without --runtime linux-arm64 succeeds.

Expected Behavior:

builds a bundle exe.

dotnet exec --depsfile C:\Users\17034\source\repos\ef-bundle\ef-bundle\bin\Debug\net6.0\linux-arm64\ef-bundle.deps.json --additionalprobingpath C:\Users\17034\.nuget\packages --runtimeconfig C:\Users\17034\source\repos\ef-bundle\ef-bundle\bin\Debug\net6.0\linux-arm64\ef-bundle.runtimeconfig.json C:\Users\17034\.dotnet\tools\.store\dotnet-ef\6.0.6\dotnet-ef\6.0.6\tools\net6.0\any\tools\netcoreapp2.0\any\ef.dll migrations bundle --self-contained --assembly C:\Users\17034\source\repos\ef-bundle\ef-bundle\bin\Debug\net6.0\linux-arm64\ef-bundle.dll --project C:\Users\17034\source\repos\ef-bundle\ef-bundle\ef-bundle.csproj --startup-assembly C:\Users\17034\source\repos\ef-bundle\ef-bundle\bin\Debug\net6.0\linux-arm64\ef-bundle.dll --startup-project C:\Users\17034\source\repos\ef-bundle\ef-bundle\ef-bundle.csproj --project-dir C:\Users\17034\source\repos\ef-bundle\ef-bundle\ --root-namespace ef_bundle --language C# --framework net6.0 --nullable --working-dir C:\Users\17034\source\repos\ef-bundle\ef-bundle --verbose
Using assembly 'ef-bundle'.
Using startup assembly 'ef-bundle'.
Using application base 'C:\Users\17034\source\repos\ef-bundle\ef-bundle\bin\Debug\net6.0\linux-arm64'.
Using working directory 'C:\Users\17034\source\repos\ef-bundle\ef-bundle'.
Using root namespace 'ef_bundle'.
Using project directory 'C:\Users\17034\source\repos\ef-bundle\ef-bundle\'.
Remaining arguments: .
Microsoft.EntityFrameworkCore.Design.OperationException: Could not load assembly 'ef-bundle'. Ensure it is referenced by the startup project 'ef-bundle'.
 ---> System.BadImageFormatException: Could not load file or assembly 'ef-bundle, Culture=neutral, PublicKeyToken=null'. An attempt was made to load a program with an incorrect format.
File name: 'ef-bundle, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, RuntimeAssembly requestingAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.<get_Assembly>g__Create|15_0()
   --- End of inner exception stack trace ---
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.<get_Assembly>g__Create|15_0()
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.get_Assembly()
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.get_ContextOperations()
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfoImpl(String contextType)
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo.<>c__DisplayClass0_0.<.ctor>b__0()
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.<>c__DisplayClass3_0`1.<Execute>b__0()
   at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.Execute(Action action)
Could not load assembly 'ef-bundle'. Ensure it is referenced by the startup project 'ef-bundle'.

EF Core version: 6.0.6 Database provider: Microsoft.EntityFrameworkCore.SqlServer Target framework: .NET 6.0 Operating system: amazon linux

hounddog22030 commented 2 years ago

Thought maybe I would try x64 instead of arm64. Calling with --runtime linux-x64 on Amazon Linux also causes exception, yet different.

dotnet ef migrations bundle --verbose --runtime linux-x64 --self-contained

Ends with this exception:

/root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/tmp/rpnkvqig.f2n/efbundle.csproj]
--
656 | Microsoft.EntityFrameworkCore.Tools.CommandException: Build failed. Use --verbose to see errors.
657 | at Microsoft.EntityFrameworkCore.Tools.Commands.MigrationsBundleCommand.Execute(String[] args)
658 | at Microsoft.EntityFrameworkCore.Tools.Commands.CommandBase.<>c__DisplayClass0_0.<Configure>b__0(String[] args)
659 | at Microsoft.DotNet.Cli.CommandLine.CommandLineApplication.Execute(String[] args)
660 | at Microsoft.EntityFrameworkCore.Tools.Program.Main(String[] args)
661 | Build failed. Use --verbose to see errors.

Interestingly, the intermediate call in the log is what is transposing the linux-x64 to amzn.2-x64

598 | dotnet publish --runtime amzn.2-x64 --output /tmp/rpnkvqig.f2n/publish --self-contained --configuration Release
599 | Microsoft (R) Build Engine version 17.2.0+41abc5629 for .NET

The FULL build log is as follows:

[Container] 2022/07/11 19:01:16 Running command dotnet ef migrations bundle --project bbdata/Data --configuration $CONFIGURATION --startup-project bbdata/Data.Test --verbose --runtime linux-x64 --self-contained
--
73 | Using project '/codebuild/output/src323669639/src/bbdata/Data/Data.csproj'.
74 | Using startup project '/codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj'.
75 | Writing '/codebuild/output/src323669639/src/bbdata/Data/obj/Data.csproj.EntityFrameworkCore.targets'...
76 | dotnet msbuild /target:GetEFProjectMetadata /property:EFProjectMetadataFile=/tmp/tmpjTa9mt.tmp /verbosity:quiet /nologo /codebuild/output/src323669639/src/bbdata/Data/Data.csproj
77 | Writing '/codebuild/output/src323669639/src/bbdata/Data.Test/obj/Data.Test.csproj.EntityFrameworkCore.targets'...
78 | dotnet msbuild /target:GetEFProjectMetadata /property:EFProjectMetadataFile=/tmp/tmpCzUvb7.tmp;Configuration=Release;RuntimeIdentifier=linux-x64 /verbosity:quiet /nologo /codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj
79 | Build started...
80 | dotnet build /codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj --configuration Release --runtime linux-x64 /verbosity:quiet /nologo
81 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj]
82 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Data/Data.csproj]
83 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
84 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/Data/Data.csproj]
85 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
86 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/ebayentity/Data/Data.csproj]
87 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
88 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Data/Data.csproj]
89 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbadvertising/Data.Advertising/Data.csproj]
90 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Security/Security.csproj]
91 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autocarevcdb/Entity.Aces.Vehicle/Entity.Aces.Vehicle.csproj]
92 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Entity.Marketplace/Entity.Marketplace.csproj]
93 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
94 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/upc/Entity.Upc/Entity.Upc.csproj]
95 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Migrations/Data.Migrations.csproj]
96 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Security.Entity/Security.Entity.csproj]
97 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Extensions/Extensions.csproj]
98 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/ebayentity/Entity.Ebay/Entity.Ebay.csproj]
99 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Entity.Amazon.csproj]
100 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/acesxml/Aces/Aces.csproj]
101 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
102 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Web.Support/Web.Support.csproj]
103 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library/Data.Library.csproj]
104 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Entity.Metadata/Entity.csproj]
105 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/order/Entity.Orders/Entity.Orders.csproj]
106 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library/Entity.Library.csproj]
107 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
108 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/order/Data/Data.csproj]
109 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Entity.Shipping/Entity.Shipping.csproj]
110 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Entity.Test/Entity.Test.csproj]
111 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/Configuration/Configuration.csproj]
112 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library.Test/Data.Library.Test.csproj]
113 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/walmart/Entity.Walmart/Entity.Walmart.csproj]
114 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
115 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data/Data.csproj]
116 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Data/Data.csproj]
117 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
118 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Data.Test/Data.Test.csproj]
119 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Client/Client.csproj]
120 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Entity.Test/Entity.Test.csproj]
121 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Data.Test/Data.Test.csproj]
122 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbadvertising/Entity.Advertising/Entity.csproj]
123 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data/Data.csproj]
124 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/RestClient/RestClient.csproj]
125 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
126 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/walmart/Data/Data.csproj]
127 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Data/Data.csproj]
128 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon.Test/Entity.Amazon.Test.csproj]
129 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts.Test/Entity.AutoParts.Test.csproj]
130 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
131 | /codebuild/output/src323669639/src/amazonmws/Runtime/MwsConnection.cs(93,38): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
132 | /codebuild/output/src323669639/src/amazonmws/Runtime/MwsException.cs(174,13): warning CS0472: The result of the expression is always 'true' since a value of type 'HttpStatusCode' is never equal to 'null' of type 'HttpStatusCode?' [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
133 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/Entity.Annotations.csproj]
134 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/DisplayExAttribute.cs(19,22): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/Entity.Annotations.csproj]
135 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
136 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Entity/Entity.csproj]
137 | /codebuild/output/src323669639/src/yadayadalibrary/Extensions/TypeExtensions.cs(86,25): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Extensions/Extensions.csproj]
138 | /codebuild/output/src323669639/src/yadayadalibrary/Data.Library/ContextBase.cs(233,17): warning EF1001: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library/Data.Library.csproj]
139 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/LoggerYadaYada.cs(34,92): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
140 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/LoggerYadaYada.cs(34,127): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
141 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EfsMountTemporaryDirectoryFactory.cs(28,43): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
142 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EnvironmentVariableSettingService.cs(21,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
143 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(73,51): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
144 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(121,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
145 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/ConfigurationQueueUriProvider.cs(52,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
146 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(152,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
147 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EnvironmentVariableQueueUriProvider.cs(94,29): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
148 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaHelper.cs(124,34): warning CS0168: The variable 'e2' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
149 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaHelper.cs(114,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
150 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(196,32): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
151 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(288,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
152 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(32,24): warning CS0414: The field 'ImporterBase<TContext, TEntity, TId>._onNewLineQueue' is assigned but its value is never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
153 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(238,20): warning CS0414: The field 'LambdaFunctionBase._stackName' is assigned but its value is never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
154 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BodyStyleConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
155 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BodyStyleConfiguration.cs(15,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
156 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToBodyStyleConfigConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
157 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToBodyStyleConfigConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
158 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
159 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
160 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(19,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
161 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
162 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToDriveTypeConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
163 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToDriveTypeConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
164 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleModelConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
165 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(15,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
166 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
167 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
168 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Weight.cs(58,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
169 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/Weight.cs(54,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
170 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/ShippingServiceOptions.cs(114,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
171 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Orders/Model/OrderItem.cs(202,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
172 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/TransportHeader.cs(120,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
173 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/SubscriptionsService/Model/Subscription.cs(113,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
174 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/CurrencyAmount.cs(83,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
175 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PutTransportContentRequest.cs(152,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
176 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/Item.cs(83,16): warning CS0472: The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
177 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/LabelDimensions.cs(55,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
178 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/LabelDimensions.cs(84,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
179 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(463,34): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
180 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(490,34): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
181 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PartneredLtlDataOutput.cs(101,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
182 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PartneredLtlDataOutput.cs(431,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
183 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(845,9): warning SYSLIB0021: 'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
184 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(845,49): warning SYSLIB0021: 'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
185 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/Model/ReportRequestInfo.cs(225,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
186 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(60,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
187 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(90,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
188 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(120,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
189 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Pallet.cs(119,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
190 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1122,13): warning CS0618: 'GetReportRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
191 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1124,43): warning CS0618: 'GetReportRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
192 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1151,13): warning CS0618: 'GetReportScheduleCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
193 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1153,43): warning CS0618: 'GetReportScheduleCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
194 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1185,13): warning CS0618: 'GetReportRequestListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
195 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1187,43): warning CS0618: 'GetReportRequestListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
196 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1214,13): warning CS0618: 'UpdateReportAcknowledgementsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
197 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1216,43): warning CS0618: 'UpdateReportAcknowledgementsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
198 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1252,13): warning CS0618: 'SubmitFeedRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
199 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1254,43): warning CS0618: 'SubmitFeedRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
200 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1302,13): warning CS0618: 'GetReportCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
201 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1304,43): warning CS0618: 'GetReportCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
202 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1348,13): warning CS0618: 'GetFeedSubmissionListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
203 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1350,43): warning CS0618: 'GetFeedSubmissionListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
204 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1377,13): warning CS0618: 'CancelFeedSubmissionsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
205 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1379,43): warning CS0618: 'CancelFeedSubmissionsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
206 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1428,13): warning CS0618: 'RequestReportRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
207 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1430,43): warning CS0618: 'RequestReportRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
208 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1480,13): warning CS0618: 'GetFeedSubmissionCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
209 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1482,43): warning CS0618: 'GetFeedSubmissionCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
210 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1531,13): warning CS0618: 'CancelReportRequestsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
211 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1533,43): warning CS0618: 'CancelReportRequestsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
212 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/GetPalletLabelsRequest.cs(181,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
213 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1591,13): warning CS0618: 'GetReportListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
214 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1593,43): warning CS0618: 'GetReportListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
215 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1650,13): warning CS0618: 'GetFeedSubmissionResultRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
216 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1652,43): warning CS0618: 'GetFeedSubmissionResultRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
217 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1679,13): warning CS0618: 'GetFeedSubmissionListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
218 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1681,43): warning CS0618: 'GetFeedSubmissionListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
219 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1743,13): warning CS0618: 'GetReportRequestListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
220 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1745,43): warning CS0618: 'GetReportRequestListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
221 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1807,13): warning CS0618: 'GetReportScheduleListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
222 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1809,43): warning CS0618: 'GetReportScheduleListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
223 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1836,13): warning CS0618: 'GetReportListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
224 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1838,43): warning CS0618: 'GetReportListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
225 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1865,13): warning CS0618: 'ManageReportScheduleRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
226 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1867,43): warning CS0618: 'ManageReportScheduleRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
227 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1902,13): warning CS0618: 'GetReportRequestCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
228 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1904,43): warning CS0618: 'GetReportRequestCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
229 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1953,13): warning CS0618: 'GetReportScheduleListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
230 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1955,43): warning CS0618: 'GetReportScheduleListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
231 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/InboundShipmentItem.cs(154,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
232 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(668,25): warning CA2200: Re-throwing caught exception changes stack information [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
233 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(124,46): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
234 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(148,43): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
235 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(203,26): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
236 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/NotEmptyAttribute.cs(12,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
237 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/PartMapping.cs(22,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
238 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Xref/VehiclePartMapping.cs(31,43): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
239 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/Imaging/Image.Crop.cs(19,21): warning CS0169: The field 'Crop._rotation' is never used [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
240 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(17,7): warning CS0105: The using directive for 'Amazon.S3' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
241 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(18,7): warning CS0105: The using directive for 'JetBrains.Annotations' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
242 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(22,7): warning CS0105: The using directive for 'Microsoft.Extensions.Configuration' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
243 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(23,7): warning CS0105: The using directive for 'Microsoft.Extensions.DependencyInjection' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
244 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(25,7): warning CS0105: The using directive for 'Moq' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
245 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeTransferUtility.cs(54,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
246 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/ClientGeneratorBase.cs(64,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
247 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeTransferUtility.cs(101,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
248 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(254,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
249 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(500,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
250 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(505,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
251 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(512,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
252 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(626,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
253 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(228,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
254 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(822,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
255 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(372,13): warning CS0618: 'Marshal.GetExceptionCode()' is obsolete: 'GetExceptionCode() may be unavailable in future releases.' [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
256 | /codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Fba/HasValueIfAttribute.cs(19,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Entity.Amazon.csproj]
257 | /root/.dotnet/sdk/6.0.301/Microsoft.Common.CurrentVersion.targets(2302,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "YadaYada.Entity.Library". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
258 | /root/.dotnet/sdk/6.0.301/Microsoft.Common.CurrentVersion.targets(2302,5): warning MSB3243: No way to resolve conflict between "YadaYada.Entity.Library, Version=2021.192.23.0, Culture=neutral, PublicKeyToken=null" and "YadaYada.Entity.Library". Choosing "YadaYada.Entity.Library, Version=2021.192.23.0, Culture=neutral, PublicKeyToken=null" arbitrarily. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
259 | /codebuild/output/src323669639/src/tenancy/Data/Configuration/TenantConfiguration.cs(43,13): warning CS0219: The variable 'atLeastOne' is assigned but its value is never used [/codebuild/output/src323669639/src/tenancy/Data/Data.csproj]
260 | /codebuild/output/src323669639/src/autoparts/Data/Mapping/MatchQualifierKeyConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
261 | /codebuild/output/src323669639/src/autoparts/Data/Mapping/MatchQualifierKeyConfiguration.cs(19,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
262 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Catalog/ProductAttributeConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
263 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ProductMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
264 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ProductMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
265 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingImageConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
266 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/RuleConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
267 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
268 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
269 | /codebuild/output/src323669639/src/autoparts/Data/Parts/FeatureConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
270 | /codebuild/output/src323669639/src/autoparts/Data/Application/SubmodelInfoHelper.cs(48,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
271 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ImageMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
272 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ImageMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
273 | /codebuild/output/src323669639/src/autoparts/Data/Application/BodyTypeInfoHelper.cs(42,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
274 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingShopifyConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
275 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingShopifyConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
276 | /codebuild/output/src323669639/src/autoparts/Data/Application/ModelInfoHelper.cs(51,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
277 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
278 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
279 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(26,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
280 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(30,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
281 | /codebuild/output/src323669639/src/autoparts/Data/Application/MakeInfoHelper.cs(40,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
282 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
283 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
284 | /codebuild/output/src323669639/src/marketplace/Data/Configuration/ExchangeRateConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
285 | /codebuild/output/src323669639/src/marketplace/Data/Configuration/AutoMakeSynonymConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
286 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfoProperties.cs(8,25): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
287 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfoProperties.cs(9,19): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
288 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationInfoProperties.cs(7,25): warning CS8618: Non-nullable property 'SqlBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
289 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationInfoProperties.cs(8,25): warning CS8618: Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
290 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(5,19): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
291 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(6,19): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
292 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(7,19): warning CS8618: Non-nullable property 'MigrationsAssemblyPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
293 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(7,25): warning CS8618: Non-nullable property 'BackupBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
294 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(9,25): warning CS8618: Non-nullable property 'FromBackupFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
295 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(11,25): warning CS8618: Non-nullable property 'DropDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
296 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(13,25): warning CS8618: Non-nullable property 'BackupDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
297 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(7,25): warning CS8618: Non-nullable property 'DbInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
298 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(8,25): warning CS8618: Non-nullable property 'SnapshotName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
299 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(9,25): warning CS8618: Non-nullable property 'Enabled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
300 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'BackupBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
301 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'FromBackupFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
302 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'DropDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
303 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'BackupDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
304 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'DbInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
305 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'SnapshotName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
306 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'Enabled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
307 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
308 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
309 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'SqlBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
310 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
311 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/DatabaseFunctionBase.cs(58,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
312 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationAssemblyLoadContext.cs(22,31): warning CS8600: Converting null literal or possible null value to non-nullable type. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
313 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationAssemblyLoadContext.cs(29,16): warning CS8603: Possible null reference return. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
314 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/DatabaseFunctionBase.cs(106,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
315 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreFunctions.cs(40,25): warning CS8602: Dereference of a possibly null reference. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
316 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(133,17): warning CS8602: Dereference of a possibly null reference. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
317 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(145,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
318 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(162,33): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
319 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(174,33): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
320 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(179,25): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
321 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(254,33): warning CS8600: Converting null literal or possible null value to non-nullable type. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
322 |  
323 | Build succeeded.
324 |  
325 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj]
326 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Data/Data.csproj]
327 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
328 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/Data/Data.csproj]
329 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
330 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/ebayentity/Data/Data.csproj]
331 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
332 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Data/Data.csproj]
333 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbadvertising/Data.Advertising/Data.csproj]
334 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Security/Security.csproj]
335 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autocarevcdb/Entity.Aces.Vehicle/Entity.Aces.Vehicle.csproj]
336 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Entity.Marketplace/Entity.Marketplace.csproj]
337 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
338 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/upc/Entity.Upc/Entity.Upc.csproj]
339 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Migrations/Data.Migrations.csproj]
340 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Security.Entity/Security.Entity.csproj]
341 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Extensions/Extensions.csproj]
342 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/ebayentity/Entity.Ebay/Entity.Ebay.csproj]
343 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Entity.Amazon.csproj]
344 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/acesxml/Aces/Aces.csproj]
345 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
346 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Web.Support/Web.Support.csproj]
347 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library/Data.Library.csproj]
348 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Entity.Metadata/Entity.csproj]
349 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/order/Entity.Orders/Entity.Orders.csproj]
350 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library/Entity.Library.csproj]
351 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
352 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/order/Data/Data.csproj]
353 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Entity.Shipping/Entity.Shipping.csproj]
354 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Entity.Test/Entity.Test.csproj]
355 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/Configuration/Configuration.csproj]
356 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library.Test/Data.Library.Test.csproj]
357 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/walmart/Entity.Walmart/Entity.Walmart.csproj]
358 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
359 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data/Data.csproj]
360 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Data/Data.csproj]
361 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
362 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Data.Test/Data.Test.csproj]
363 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Client/Client.csproj]
364 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/metadata/Entity.Test/Entity.Test.csproj]
365 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Data.Test/Data.Test.csproj]
366 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbadvertising/Entity.Advertising/Entity.csproj]
367 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data/Data.csproj]
368 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/labelmakerData/RestClient/RestClient.csproj]
369 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
370 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/walmart/Data/Data.csproj]
371 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/shipping/Data/Data.csproj]
372 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon.Test/Entity.Amazon.Test.csproj]
373 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts.Test/Entity.AutoParts.Test.csproj]
374 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
375 | /codebuild/output/src323669639/src/amazonmws/Runtime/MwsConnection.cs(93,38): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
376 | /codebuild/output/src323669639/src/amazonmws/Runtime/MwsException.cs(174,13): warning CS0472: The result of the expression is always 'true' since a value of type 'HttpStatusCode' is never equal to 'null' of type 'HttpStatusCode?' [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
377 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/Entity.Annotations.csproj]
378 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/DisplayExAttribute.cs(19,22): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/Entity.Annotations.csproj]
379 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
380 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(1114,5): warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used. [/codebuild/output/src323669639/src/tenancy/Entity/Entity.csproj]
381 | /codebuild/output/src323669639/src/yadayadalibrary/Extensions/TypeExtensions.cs(86,25): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Extensions/Extensions.csproj]
382 | /codebuild/output/src323669639/src/yadayadalibrary/Data.Library/ContextBase.cs(233,17): warning EF1001: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library/Data.Library.csproj]
383 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/LoggerYadaYada.cs(34,92): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
384 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/LoggerYadaYada.cs(34,127): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
385 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EfsMountTemporaryDirectoryFactory.cs(28,43): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
386 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EnvironmentVariableSettingService.cs(21,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
387 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(73,51): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
388 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(121,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
389 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/ConfigurationQueueUriProvider.cs(52,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
390 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(152,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
391 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/Services/EnvironmentVariableQueueUriProvider.cs(94,29): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
392 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaHelper.cs(124,34): warning CS0168: The variable 'e2' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
393 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaHelper.cs(114,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
394 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(196,32): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
395 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(288,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
396 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/ImporterBase.cs(32,24): warning CS0414: The field 'ImporterBase<TContext, TEntity, TId>._onNewLineQueue' is assigned but its value is never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
397 | /codebuild/output/src323669639/src/yadayadalibrary/Lambda/LambdaFunctionBase.cs(238,20): warning CS0414: The field 'LambdaFunctionBase._stackName' is assigned but its value is never used [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
398 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BodyStyleConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
399 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BodyStyleConfiguration.cs(15,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
400 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToBodyStyleConfigConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
401 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToBodyStyleConfigConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
402 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
403 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
404 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(19,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
405 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/BrakeConfigConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
406 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToDriveTypeConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
407 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleToDriveTypeConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
408 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleModelConfiguration.cs(13,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
409 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(15,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
410 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
411 | /codebuild/output/src323669639/src/autocarevcdb/Data/Configuration/VehicleConfiguration.cs(17,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
412 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Weight.cs(58,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
413 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/Weight.cs(54,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
414 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/ShippingServiceOptions.cs(114,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
415 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Orders/Model/OrderItem.cs(202,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
416 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/TransportHeader.cs(120,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
417 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/SubscriptionsService/Model/Subscription.cs(113,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
418 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/CurrencyAmount.cs(83,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
419 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PutTransportContentRequest.cs(152,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
420 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/Item.cs(83,16): warning CS0472: The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
421 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/LabelDimensions.cs(55,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
422 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MerchantFulfillment/Model/LabelDimensions.cs(84,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
423 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(463,34): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
424 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(490,34): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
425 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PartneredLtlDataOutput.cs(101,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
426 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/PartneredLtlDataOutput.cs(431,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
427 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(845,9): warning SYSLIB0021: 'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
428 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(845,49): warning SYSLIB0021: 'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
429 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/Model/ReportRequestInfo.cs(225,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
430 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(60,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
431 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(90,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
432 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Dimensions.cs(120,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
433 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/Pallet.cs(119,16): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
434 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1122,13): warning CS0618: 'GetReportRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
435 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1124,43): warning CS0618: 'GetReportRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
436 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1151,13): warning CS0618: 'GetReportScheduleCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
437 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1153,43): warning CS0618: 'GetReportScheduleCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
438 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1185,13): warning CS0618: 'GetReportRequestListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
439 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1187,43): warning CS0618: 'GetReportRequestListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
440 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1214,13): warning CS0618: 'UpdateReportAcknowledgementsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
441 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1216,43): warning CS0618: 'UpdateReportAcknowledgementsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
442 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1252,13): warning CS0618: 'SubmitFeedRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
443 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1254,43): warning CS0618: 'SubmitFeedRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
444 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1302,13): warning CS0618: 'GetReportCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
445 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1304,43): warning CS0618: 'GetReportCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
446 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1348,13): warning CS0618: 'GetFeedSubmissionListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
447 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1350,43): warning CS0618: 'GetFeedSubmissionListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
448 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1377,13): warning CS0618: 'CancelFeedSubmissionsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
449 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1379,43): warning CS0618: 'CancelFeedSubmissionsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
450 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1428,13): warning CS0618: 'RequestReportRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
451 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1430,43): warning CS0618: 'RequestReportRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility. See MarketplaceIdList to specify a Marketplace.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
452 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1480,13): warning CS0618: 'GetFeedSubmissionCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
453 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1482,43): warning CS0618: 'GetFeedSubmissionCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
454 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1531,13): warning CS0618: 'CancelReportRequestsRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
455 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1533,43): warning CS0618: 'CancelReportRequestsRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
456 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/GetPalletLabelsRequest.cs(181,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
457 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1591,13): warning CS0618: 'GetReportListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
458 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1593,43): warning CS0618: 'GetReportListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
459 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1650,13): warning CS0618: 'GetFeedSubmissionResultRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
460 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1652,43): warning CS0618: 'GetFeedSubmissionResultRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
461 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1679,13): warning CS0618: 'GetFeedSubmissionListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
462 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1681,43): warning CS0618: 'GetFeedSubmissionListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
463 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1743,13): warning CS0618: 'GetReportRequestListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
464 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1745,43): warning CS0618: 'GetReportRequestListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
465 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1807,13): warning CS0618: 'GetReportScheduleListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
466 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1809,43): warning CS0618: 'GetReportScheduleListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
467 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1836,13): warning CS0618: 'GetReportListByNextTokenRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
468 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1838,43): warning CS0618: 'GetReportListByNextTokenRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
469 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1865,13): warning CS0618: 'ManageReportScheduleRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
470 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1867,43): warning CS0618: 'ManageReportScheduleRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
471 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1902,13): warning CS0618: 'GetReportRequestCountRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
472 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1904,43): warning CS0618: 'GetReportRequestCountRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
473 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1953,13): warning CS0618: 'GetReportScheduleListRequest.IsSetMarketplace()' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
474 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(1955,43): warning CS0618: 'GetReportScheduleListRequest.Marketplace' is obsolete: 'Not used anymore. MWS ignores this parameter, but it is left in here for backwards compatibility.' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
475 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/FBAInboundService/Model/InboundShipmentItem.cs(154,16): warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
476 | /codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/Reports/MarketplaceWebServiceClient.cs(668,25): warning CA2200: Re-throwing caught exception changes stack information [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
477 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(124,46): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
478 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(148,43): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
479 | /codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/ImportEngineTest.cs(203,26): warning CS0618: 'ImportEngine' is obsolete: 'Use ImportEngine<,> instead.' [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
480 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/NotEmptyAttribute.cs(12,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
481 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/PartMapping.cs(22,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
482 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Xref/VehiclePartMapping.cs(31,43): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
483 | /codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Parts/Imaging/Image.Crop.cs(19,21): warning CS0169: The field 'Crop._rotation' is never used [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
484 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(17,7): warning CS0105: The using directive for 'Amazon.S3' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
485 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(18,7): warning CS0105: The using directive for 'JetBrains.Annotations' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
486 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(22,7): warning CS0105: The using directive for 'Microsoft.Extensions.Configuration' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
487 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(23,7): warning CS0105: The using directive for 'Microsoft.Extensions.DependencyInjection' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
488 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(25,7): warning CS0105: The using directive for 'Moq' appeared previously in this namespace [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
489 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeTransferUtility.cs(54,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
490 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/ClientGeneratorBase.cs(64,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
491 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeTransferUtility.cs(101,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
492 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(254,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
493 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(500,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
494 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(505,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
495 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(512,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
496 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(626,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
497 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(228,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
498 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/FakeS3Client.cs(822,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
499 | /codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/MockPackage.cs(372,13): warning CS0618: 'Marshal.GetExceptionCode()' is obsolete: 'GetExceptionCode() may be unavailable in future releases.' [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
500 | /codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Fba/HasValueIfAttribute.cs(19,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Entity.Amazon.csproj]
501 | /root/.dotnet/sdk/6.0.301/Microsoft.Common.CurrentVersion.targets(2302,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "YadaYada.Entity.Library". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
502 | /root/.dotnet/sdk/6.0.301/Microsoft.Common.CurrentVersion.targets(2302,5): warning MSB3243: No way to resolve conflict between "YadaYada.Entity.Library, Version=2021.192.23.0, Culture=neutral, PublicKeyToken=null" and "YadaYada.Entity.Library". Choosing "YadaYada.Entity.Library, Version=2021.192.23.0, Culture=neutral, PublicKeyToken=null" arbitrarily. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
503 | /codebuild/output/src323669639/src/tenancy/Data/Configuration/TenantConfiguration.cs(43,13): warning CS0219: The variable 'atLeastOne' is assigned but its value is never used [/codebuild/output/src323669639/src/tenancy/Data/Data.csproj]
504 | /codebuild/output/src323669639/src/autoparts/Data/Mapping/MatchQualifierKeyConfiguration.cs(16,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
505 | /codebuild/output/src323669639/src/autoparts/Data/Mapping/MatchQualifierKeyConfiguration.cs(19,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
506 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Catalog/ProductAttributeConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
507 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ProductMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
508 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ProductMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
509 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingImageConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
510 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/RuleConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
511 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
512 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
513 | /codebuild/output/src323669639/src/autoparts/Data/Parts/FeatureConfiguration.cs(14,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
514 | /codebuild/output/src323669639/src/autoparts/Data/Application/SubmodelInfoHelper.cs(48,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
515 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ImageMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
516 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ImageMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
517 | /codebuild/output/src323669639/src/autoparts/Data/Application/BodyTypeInfoHelper.cs(42,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
518 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingShopifyConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
519 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/ListingShopifyConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
520 | /codebuild/output/src323669639/src/autoparts/Data/Application/ModelInfoHelper.cs(51,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
521 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
522 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(22,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
523 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(26,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
524 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/VariantConfiguration.cs(30,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
525 | /codebuild/output/src323669639/src/autoparts/Data/Application/MakeInfoHelper.cs(40,30): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
526 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionMetafieldConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
527 | /codebuild/output/src323669639/src/autoparts/Data/Configuration/Shopify/SmartCollectionMetafieldConfiguration.cs(21,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
528 | /codebuild/output/src323669639/src/marketplace/Data/Configuration/ExchangeRateConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
529 | /codebuild/output/src323669639/src/marketplace/Data/Configuration/AutoMakeSynonymConfiguration.cs(18,9): warning CS0618: 'RelationalIndexBuilderExtensions.HasName<TEntity>(IndexBuilder<TEntity>, string?)' is obsolete: 'Use HasDatabaseName() instead.' [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
530 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfoProperties.cs(8,25): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
531 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfoProperties.cs(9,19): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
532 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationInfoProperties.cs(7,25): warning CS8618: Non-nullable property 'SqlBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
533 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationInfoProperties.cs(8,25): warning CS8618: Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
534 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(5,19): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
535 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(6,19): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
536 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationInfo2Properties.cs(7,19): warning CS8618: Non-nullable property 'MigrationsAssemblyPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
537 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(7,25): warning CS8618: Non-nullable property 'BackupBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
538 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(9,25): warning CS8618: Non-nullable property 'FromBackupFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
539 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(11,25): warning CS8618: Non-nullable property 'DropDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
540 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Backup/BackupRestoreProperties.cs(13,25): warning CS8618: Non-nullable property 'BackupDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
541 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(7,25): warning CS8618: Non-nullable property 'DbInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
542 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(8,25): warning CS8618: Non-nullable property 'SnapshotName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
543 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotRequestProperties.cs(9,25): warning CS8618: Non-nullable property 'Enabled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
544 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'BackupBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
545 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'FromBackupFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
546 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'DropDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
547 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreDatabaseCustomResource.cs(10,12): warning CS8618: Non-nullable property 'BackupDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
548 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'DbInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
549 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'SnapshotName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
550 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Snapshot/SnapshotCustomResource.cs(9,16): warning CS8618: Non-nullable property 'Enabled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
551 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'StackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
552 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
553 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'SqlBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
554 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/SqlMigrationCustomResource.cs(9,12): warning CS8618: Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
555 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/DatabaseFunctionBase.cs(58,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
556 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationAssemblyLoadContext.cs(22,31): warning CS8600: Converting null literal or possible null value to non-nullable type. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
557 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationAssemblyLoadContext.cs(29,16): warning CS8603: Possible null reference return. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
558 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/DatabaseFunctionBase.cs(106,26): warning CS0168: The variable 'e' is declared but never used [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
559 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Restore/RestoreFunctions.cs(40,25): warning CS8602: Dereference of a possibly null reference. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
560 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(133,17): warning CS8602: Dereference of a possibly null reference. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
561 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(145,9): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
562 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(162,33): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
563 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(174,33): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
564 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(179,25): warning CS0162: Unreachable code detected [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
565 | /codebuild/output/src323669639/src/bbdata/Data.Serverless/Migrate/MigrationFunctions.cs(254,33): warning CS8600: Converting null literal or possible null value to non-nullable type. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
566 | 241 Warning(s)
567 | 0 Error(s)
568 |  
569 | Time Elapsed 00:00:55.09
570 | Build succeeded.
571 | dotnet exec --depsfile /codebuild/output/src323669639/src/bbdata/Data.Test/bin/Release/net6.0/linux-x64/YadaYada.BubbleBoy.Data.Test.deps.json --additionalprobingpath /root/.nuget/packages --runtimeconfig /codebuild/output/src323669639/src/bbdata/Data.Test/bin/Release/net6.0/linux-x64/YadaYada.BubbleBoy.Data.Test.runtimeconfig.json /root/.dotnet/tools/.store/dotnet-ef/6.0.6/dotnet-ef/6.0.6/tools/net6.0/any/tools/netcoreapp2.0/any/ef.dll migrations bundle --self-contained --assembly /codebuild/output/src323669639/src/bbdata/Data.Test/bin/Release/net6.0/linux-x64/YadaYada.BubbleBoy.Data.dll --project /codebuild/output/src323669639/src/bbdata/Data/Data.csproj --startup-assembly /codebuild/output/src323669639/src/bbdata/Data.Test/bin/Release/net6.0/linux-x64/YadaYada.BubbleBoy.Data.Test.dll --startup-project /codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj --project-dir /codebuild/output/src323669639/src/bbdata/Data/ --root-namespace BubbleBoy.Data --language C# --framework net6.0 --configuration Release --working-dir /codebuild/output/src323669639/src --verbose
572 | Using assembly 'YadaYada.BubbleBoy.Data'.
573 | Using startup assembly 'YadaYada.BubbleBoy.Data.Test'.
574 | Using application base '/codebuild/output/src323669639/src/bbdata/Data.Test/bin/Release/net6.0/linux-x64'.
575 | Using working directory '/codebuild/output/src323669639/src/bbdata/Data.Test'.
576 | Using root namespace 'BubbleBoy.Data'.
577 | Using project directory '/codebuild/output/src323669639/src/bbdata/Data/'.
578 | Remaining arguments: .
579 | The Entity Framework tools version '6.0.6' is older than that of the runtime '6.0.8-logging-18'. Update the tools for the latest features and bug fixes. See https://aka.ms/AAc1fbw for more information.
580 | Finding DbContext classes...
581 | Finding IDesignTimeDbContextFactory implementations...
582 | Finding application service provider in assembly 'YadaYada.BubbleBoy.Data.Test'...
583 | Finding Microsoft.Extensions.Hosting service provider...
584 | Using environment 'Development'.
585 | System.InvalidOperationException: The entry point exited without ever building an IHost.
586 | at Microsoft.Extensions.Hosting.HostFactoryResolver.HostingListener.CreateHost()
587 | at Microsoft.Extensions.Hosting.HostFactoryResolver.<>c__DisplayClass10_0.<ResolveHostFactory>b__0(String[] args)
588 | at Microsoft.Extensions.Hosting.HostFactoryResolver.<>c__DisplayClass13_0.<ResolveServiceProviderFactory>b__3(String[] args)
589 | at Microsoft.EntityFrameworkCore.Design.Internal.AppServiceProviderFactory.CreateFromHosting(String[] args)
590 | An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: The entry point exited without ever building an IHost.
591 | No application service provider was found.
592 | Finding DbContext classes in the project...
593 | Found DbContext 'AutoPartsContext'.
594 | Using DbContext factory 'AutoPartsContextFactory'.
595 | Using context 'AutoPartsContext'.
596 | 'AutoPartsContext' disposed.
597 | Building bundle...
598 | dotnet publish --runtime amzn.2-x64 --output /tmp/rpnkvqig.f2n/publish --self-contained --configuration Release
599 | Microsoft (R) Build Engine version 17.2.0+41abc5629 for .NET
600 | Copyright (C) Microsoft Corporation. All rights reserved.
601 |  
602 | Determining projects to restore...
603 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/autoparts/Data/Data.csproj]
604 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/autocarevcdb/Data/Data.csproj]
605 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbdata/Data.Serverless/Data.Serverless.csproj]
606 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbdata/Data/Data.csproj]
607 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/shipping/Entity.Shipping/Entity.Shipping.csproj]
608 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/labelmakerData/Data/Data.csproj]
609 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts/Entity.AutoParts.csproj]
610 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/tenancy/Data/Data.csproj]
611 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbadvertising/Data.Advertising/Data.csproj]
612 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/autocarevcdb/Entity.Aces.Vehicle/Entity.Aces.Vehicle.csproj]
613 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/ebayentity/Data/Data.csproj]
614 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/walmart/Data/Data.csproj]
615 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/marketplace/Data/Data.csproj]
616 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Lambda/Lambda.csproj]
617 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/upc/Entity.Upc/Entity.Upc.csproj]
618 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/order/Data/Data.csproj]
619 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/tenancy/Entity.Test/Entity.Test.csproj]
620 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/shipping/Data/Data.csproj]
621 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library/Data.Library.csproj]
622 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Client/Client.csproj]
623 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbdata/Data.Migrations/Data.Migrations.csproj]
624 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Data.Library.Test/Data.Library.Test.csproj]
625 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/order/Entity.Orders/Entity.Orders.csproj]
626 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/tenancy/Entity/Entity.csproj]
627 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/labelmakerData/RestClient/RestClient.csproj]
628 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/labelmakerData/Configuration/Configuration.csproj]
629 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library/Entity.Library.csproj]
630 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/autoparts/Entity.AutoParts.Test/Entity.AutoParts.Test.csproj]
631 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/marketplace/Entity.Marketplace/Entity.Marketplace.csproj]
632 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Security.Entity/Security.Entity.csproj]
633 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/walmart/Entity.Walmart/Entity.Walmart.csproj]
634 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Library.Test/Entity.Library.Test.csproj]
635 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/ebayentity/Entity.Ebay/Entity.Ebay.csproj]
636 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Extensions/Extensions.csproj]
637 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/amazonmws/MarketplaceWebService/MarketplaceWebService.csproj]
638 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/amazonmws/Runtime/Runtime.csproj]
639 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/TestUtilities/TestUtilities.csproj]
640 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/tenancy/Data.Test/Data.Test.csproj]
641 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Entity.Annotations/Entity.Annotations.csproj]
642 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbadvertising/Entity.Advertising/Entity.csproj]
643 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/acesxml/Aces/Aces.csproj]
644 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/metadata/Entity.Test/Entity.Test.csproj]
645 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Web.Support/Web.Support.csproj]
646 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/marketplace/Entity.Test/Entity.Test.csproj]
647 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/shipping/Data.Test/Data.Test.csproj]
648 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/bbdata/Data.Test/Data.Test.csproj]
649 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/amazonentity/Data/Data.csproj]
650 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/metadata/Data/Data.csproj]
651 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon.Test/Entity.Amazon.Test.csproj]
652 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/amazonentity/Entity.Amazon/Entity.Amazon.csproj]
653 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/yadayadalibrary/Security/Security.csproj]
654 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/codebuild/output/src323669639/src/metadata/Entity.Metadata/Entity.csproj]
655 | /root/.dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'amzn.2-x64' is not recognized. [/tmp/rpnkvqig.f2n/efbundle.csproj]
656 | Microsoft.EntityFrameworkCore.Tools.CommandException: Build failed. Use --verbose to see errors.
657 | at Microsoft.EntityFrameworkCore.Tools.Commands.MigrationsBundleCommand.Execute(String[] args)
658 | at Microsoft.EntityFrameworkCore.Tools.Commands.CommandBase.<>c__DisplayClass0_0.<Configure>b__0(String[] args)
659 | at Microsoft.DotNet.Cli.CommandLine.CommandLineApplication.Execute(String[] args)
660 | at Microsoft.EntityFrameworkCore.Tools.Program.Main(String[] args)
661 | Build failed. Use --verbose to see errors.

</body>
</html>```
hounddog22030 commented 2 years ago

Running any RID on my windows box always transposes the intermediate command dotnet publish to dotnet publish --runtime win10-x64. It seems as though the tooling is always sending the host RID to the publish command and not passing the RID that was passed to it.

hounddog22030 commented 2 years ago

Ok. I now see there is --target-runtime arg and --runtime arg. What's the difference between them, in other words, why would I specify different values between them?

hounddog22030 commented 2 years ago

I am coming to the conclusion that linux-arm64 is not going to work. Confirm? Deny?

ajcvickers commented 2 years ago

@bricelam Any ideas on this one?

bricelam commented 2 years ago

--target-runtime will be used for the resulting bundle executable. --runtime is what the EF tools will use to inspect your code (get the application services, find the DbContext and migrations, etc.) it's used by all commands, not just migrations bundle.

bricelam commented 2 years ago

You almost never need to specify --runtime. Try with just --target-runtime and see if that works.

hounddog22030 commented 2 years ago

You almost never need to specify --runtime. Try with just --target-runtime and see if that works.

Thanks. I can get linux-x64 to work, but linux-arm64 throws a "Bad Image Format" error

ajcvickers commented 2 years ago

@hounddog22030 Are you sure that the correct .NET executable is being used to run the bundle? Can you use which dotnet and post the output? Also, can you post the full command line you are using to run the bundle, with the --verbose option?

hounddog22030 commented 2 years ago

@hounddog22030 Are you sure that the correct .NET executable is being used to run the bundle? Can you use which dotnet and post the output? Also, can you post the full command line you are using to run the bundle, with the --verbose option?

trying to do this today....

hounddog22030 commented 2 years ago

@hounddog22030 Are you sure that the correct .NET executable is being used to run the bundle? Can you use which dotnet and post the output? Also, can you post the full command line you are using to run the bundle, with the --verbose option?

idk what was going on. moved to github in the midst of all this and now it works. thanks.