Skip to content

Commit baecd1a

Browse files
authored
Update .NET Targets and Fix warnings (#2340)
1 parent 1967d12 commit baecd1a

305 files changed

Lines changed: 3057 additions & 3798 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.RuntimeSupport",
5+
"Type": "Major",
6+
"ChangelogMessages": [
7+
"Remove .NET Standard 2.0, .NET Core 3.1 and .NET 6 build targets"
8+
]
9+
},
10+
{
11+
"Name": "Amazon.Lambda.Annotations",
12+
"Type": "Major",
13+
"ChangelogMessages": [
14+
"Update Build targets from .NET Standard 2.0, .NET 6 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10"
15+
]
16+
},
17+
{
18+
"Name": "Amazon.Lambda.APIGatewayEvents",
19+
"Type": "Major",
20+
"ChangelogMessages": [
21+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
22+
]
23+
},
24+
{
25+
"Name": "Amazon.Lambda.ApplicationLoadBalancerEvents",
26+
"Type": "Major",
27+
"ChangelogMessages": [
28+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
29+
]
30+
},
31+
{
32+
"Name": "Amazon.Lambda.AppSyncEvents",
33+
"Type": "Major",
34+
"ChangelogMessages": [
35+
"Update Build targets from .NET 8 to .NET 8 and .NET 10"
36+
]
37+
},
38+
{
39+
"Name": "Amazon.Lambda.AspNetCoreServer.Hosting",
40+
"Type": "Major",
41+
"ChangelogMessages": [
42+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10"
43+
]
44+
},
45+
{
46+
"Name": "Amazon.Lambda.AspNetCoreServer",
47+
"Type": "Major",
48+
"ChangelogMessages": [
49+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10"
50+
]
51+
},
52+
{
53+
"Name": "Amazon.Lambda.CloudWatchEvents",
54+
"Type": "Major",
55+
"ChangelogMessages": [
56+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
57+
]
58+
},
59+
{
60+
"Name": "Amazon.Lambda.CloudWatchLogsEvents",
61+
"Type": "Major",
62+
"ChangelogMessages": [
63+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
64+
]
65+
},
66+
{
67+
"Name": "Amazon.Lambda.CognitoEvents",
68+
"Type": "Major",
69+
"ChangelogMessages": [
70+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
71+
]
72+
},
73+
{
74+
"Name": "Amazon.Lambda.ConfigEvents",
75+
"Type": "Major",
76+
"ChangelogMessages": [
77+
"Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10"
78+
]
79+
},
80+
{
81+
"Name": "Amazon.Lambda.ConnectEvents",
82+
"Type": "Major",
83+
"ChangelogMessages": [
84+
"Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10"
85+
]
86+
},
87+
{
88+
"Name": "Amazon.Lambda.Core",
89+
"Type": "Major",
90+
"ChangelogMessages": [
91+
"Update Build targets from .NET Standard 2.0, .NET 6 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10"
92+
]
93+
},
94+
{
95+
"Name": "Amazon.Lambda.DynamoDBEvents.SDK.Convertor",
96+
"Type": "Major",
97+
"ChangelogMessages": [
98+
"Update Build targets from .NET 8 to .NET 8 and .NET 10"
99+
]
100+
},
101+
{
102+
"Name": "Amazon.Lambda.DynamoDBEvents",
103+
"Type": "Major",
104+
"ChangelogMessages": [
105+
"Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
106+
]
107+
},
108+
{
109+
"Name": "Amazon.Lambda.KafkaEvents",
110+
"Type": "Major",
111+
"ChangelogMessages": [
112+
"Update Build targets from .NET Standard 2.0 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10"
113+
]
114+
},
115+
{
116+
"Name": "Amazon.Lambda.KinesisAnalyticsEvents",
117+
"Type": "Major",
118+
"ChangelogMessages": [
119+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
120+
]
121+
},
122+
{
123+
"Name": "Amazon.Lambda.KinesisEvents",
124+
"Type": "Major",
125+
"ChangelogMessages": [
126+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
127+
]
128+
},
129+
{
130+
"Name": "Amazon.Lambda.KinesisFirehoseEvents",
131+
"Type": "Major",
132+
"ChangelogMessages": [
133+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
134+
]
135+
},
136+
{
137+
"Name": "Amazon.Lambda.LexEvents",
138+
"Type": "Major",
139+
"ChangelogMessages": [
140+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
141+
]
142+
},
143+
{
144+
"Name": "Amazon.Lambda.LexV2Events",
145+
"Type": "Major",
146+
"ChangelogMessages": [
147+
"Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
148+
]
149+
},
150+
{
151+
"Name": "Amazon.Lambda.Logging.AspNetCore",
152+
"Type": "Major",
153+
"ChangelogMessages": [
154+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10"
155+
]
156+
},
157+
{
158+
"Name": "Amazon.Lambda.MQEvents",
159+
"Type": "Major",
160+
"ChangelogMessages": [
161+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
162+
]
163+
},
164+
{
165+
"Name": "Amazon.Lambda.PowerShellHost",
166+
"Type": "Major",
167+
"ChangelogMessages": [
168+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10",
169+
"Update Microsoft.PowerShell.SDK package dependency to version 7.4.14",
170+
"Update System.Security.Cryptography.Xml package dependency to version 8.0.3"
171+
]
172+
},
173+
{
174+
"Name": "Amazon.Lambda.S3Events",
175+
"Type": "Major",
176+
"ChangelogMessages": [
177+
"Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
178+
]
179+
},
180+
{
181+
"Name": "Amazon.Lambda.Serialization.Json",
182+
"Type": "Major",
183+
"ChangelogMessages": [
184+
"Update Build targets from .NET Standard 2.0 to .NET 8 and .NET 10"
185+
]
186+
},
187+
{
188+
"Name": "Amazon.Lambda.Serialization.SystemTextJson",
189+
"Type": "Major",
190+
"ChangelogMessages": [
191+
"Update Build targets from .NET Core 3.1, .NET 6 and .NET 8 to .NET 8 and .NET 10"
192+
]
193+
},
194+
{
195+
"Name": "Amazon.Lambda.SimpleEmailEvents",
196+
"Type": "Major",
197+
"ChangelogMessages": [
198+
"Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10"
199+
]
200+
},
201+
{
202+
"Name": "Amazon.Lambda.SNSEvents",
203+
"Type": "Major",
204+
"ChangelogMessages": [
205+
"Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10"
206+
]
207+
},
208+
{
209+
"Name": "Amazon.Lambda.SQSEvents",
210+
"Type": "Major",
211+
"ChangelogMessages": [
212+
"Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10"
213+
]
214+
},
215+
{
216+
"Name": "Amazon.Lambda.TestUtilities",
217+
"Type": "Major",
218+
"ChangelogMessages": [
219+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10"
220+
]
221+
}
222+
]
223+
}

Libraries/Libraries.sln

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.3.11512.155
4+
VisualStudioVersion = 18.5.11709.299 stable
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}"
77
EndProject
@@ -95,8 +95,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Lambda.Serialization
9595
EndProject
9696
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EventsTests.Shared", "test\EventsTests.Shared\EventsTests.Shared.shproj", "{A2CB78BB-E54F-48CA-BBFB-9553D27EF23D}"
9797
EndProject
98-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventsTests.NETCore31", "test\EventsTests.NETCore31\EventsTests.NETCore31.csproj", "{44E9D925-B61D-4234-97B7-61424C963BA6}"
99-
EndProject
10098
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HandlerTest", "test\HandlerTest\HandlerTest.csproj", "{E88231E0-B249-49AE-B764-DB6C9615F6CA}"
10199
EndProject
102100
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HandlerTestNoSerializer", "test\HandlerTestNoSerializer\HandlerTestNoSerializer.csproj", "{9736E38B-B67F-42BD-882E-CE9C8AEE1BC4}"
@@ -115,8 +113,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Lambda.AspNetCoreSer
115113
EndProject
116114
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomRuntimeAspNetCoreMinimalApiTest", "test\Amazon.Lambda.RuntimeSupport.Tests\CustomRuntimeAspNetCoreMinimalApiTest\CustomRuntimeAspNetCoreMinimalApiTest.csproj", "{2FFBE745-B7D5-4E44-B76D-88A0C2402FEB}"
117115
EndProject
118-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventsTests.NET6", "test\EventsTests.NET6\EventsTests.NET6.csproj", "{C1BB30D2-3237-4CFC-BA93-627471148EC2}"
119-
EndProject
120116
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Lambda.KafkaEvents", "src\Amazon.Lambda.KafkaEvents\Amazon.Lambda.KafkaEvents.csproj", "{982A26C7-A5D1-4783-A7F8-F2B28AA2459E}"
121117
EndProject
122118
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMinimalAPIApp", "test\TestMinimalAPIApp\TestMinimalAPIApp.csproj", "{8AB1CBD7-2D08-492F-9C09-3E754364046C}"
@@ -613,18 +609,6 @@ Global
613609
{AA6BA0B8-D61E-49E7-BC1B-19410E25F005}.Release|x64.Build.0 = Release|Any CPU
614610
{AA6BA0B8-D61E-49E7-BC1B-19410E25F005}.Release|x86.ActiveCfg = Release|Any CPU
615611
{AA6BA0B8-D61E-49E7-BC1B-19410E25F005}.Release|x86.Build.0 = Release|Any CPU
616-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
617-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
618-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|x64.ActiveCfg = Debug|Any CPU
619-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|x64.Build.0 = Debug|Any CPU
620-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|x86.ActiveCfg = Debug|Any CPU
621-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Debug|x86.Build.0 = Debug|Any CPU
622-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
623-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|Any CPU.Build.0 = Release|Any CPU
624-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|x64.ActiveCfg = Release|Any CPU
625-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|x64.Build.0 = Release|Any CPU
626-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|x86.ActiveCfg = Release|Any CPU
627-
{44E9D925-B61D-4234-97B7-61424C963BA6}.Release|x86.Build.0 = Release|Any CPU
628612
{E88231E0-B249-49AE-B764-DB6C9615F6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
629613
{E88231E0-B249-49AE-B764-DB6C9615F6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
630614
{E88231E0-B249-49AE-B764-DB6C9615F6CA}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -733,18 +717,6 @@ Global
733717
{2FFBE745-B7D5-4E44-B76D-88A0C2402FEB}.Release|x64.Build.0 = Release|Any CPU
734718
{2FFBE745-B7D5-4E44-B76D-88A0C2402FEB}.Release|x86.ActiveCfg = Release|Any CPU
735719
{2FFBE745-B7D5-4E44-B76D-88A0C2402FEB}.Release|x86.Build.0 = Release|Any CPU
736-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
737-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
738-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|x64.ActiveCfg = Debug|Any CPU
739-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|x64.Build.0 = Debug|Any CPU
740-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|x86.ActiveCfg = Debug|Any CPU
741-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Debug|x86.Build.0 = Debug|Any CPU
742-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
743-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|Any CPU.Build.0 = Release|Any CPU
744-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|x64.ActiveCfg = Release|Any CPU
745-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|x64.Build.0 = Release|Any CPU
746-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|x86.ActiveCfg = Release|Any CPU
747-
{C1BB30D2-3237-4CFC-BA93-627471148EC2}.Release|x86.Build.0 = Release|Any CPU
748720
{982A26C7-A5D1-4783-A7F8-F2B28AA2459E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
749721
{982A26C7-A5D1-4783-A7F8-F2B28AA2459E}.Debug|Any CPU.Build.0 = Debug|Any CPU
750722
{982A26C7-A5D1-4783-A7F8-F2B28AA2459E}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -1043,7 +1015,6 @@ Global
10431015
{10E47FE4-8620-4933-A14D-E33F25CA557A} = {B5BD0336-7D08-492C-8489-42C987E29B39}
10441016
{AA6BA0B8-D61E-49E7-BC1B-19410E25F005} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
10451017
{A2CB78BB-E54F-48CA-BBFB-9553D27EF23D} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
1046-
{44E9D925-B61D-4234-97B7-61424C963BA6} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10471018
{E88231E0-B249-49AE-B764-DB6C9615F6CA} = {B5BD0336-7D08-492C-8489-42C987E29B39}
10481019
{9736E38B-B67F-42BD-882E-CE9C8AEE1BC4} = {B5BD0336-7D08-492C-8489-42C987E29B39}
10491020
{3D322CAB-0DDD-4C84-B3ED-0862F244AF5C} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
@@ -1053,7 +1024,6 @@ Global
10531024
{2D956162-04BE-402E-9487-AE785AA14DE4} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10541025
{02908C6F-FBDF-4949-B039-0F4632265B90} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
10551026
{2FFBE745-B7D5-4E44-B76D-88A0C2402FEB} = {B5BD0336-7D08-492C-8489-42C987E29B39}
1056-
{C1BB30D2-3237-4CFC-BA93-627471148EC2} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10571027
{982A26C7-A5D1-4783-A7F8-F2B28AA2459E} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
10581028
{8AB1CBD7-2D08-492F-9C09-3E754364046C} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10591029
{BF85932E-2DFF-41CD-8090-A672468B8FBB} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
@@ -1081,8 +1051,6 @@ Global
10811051
EndGlobalSection
10821052
GlobalSection(SharedMSBuildProjectFiles) = preSolution
10831053
test\EventsTests.Shared\EventsTests.Shared.projitems*{1fb22337-5d88-4ce7-adff-ffd89204f0e9}*SharedItemsImports = 5
1084-
test\EventsTests.Shared\EventsTests.Shared.projitems*{44e9d925-b61d-4234-97b7-61424c963ba6}*SharedItemsImports = 5
10851054
test\EventsTests.Shared\EventsTests.Shared.projitems*{a2cb78bb-e54f-48ca-bbfb-9553d27ef23d}*SharedItemsImports = 13
1086-
test\EventsTests.Shared\EventsTests.Shared.projitems*{c1bb30d2-3237-4cfc-ba93-627471148ec2}*SharedItemsImports = 5
10871055
EndGlobalSection
10881056
EndGlobal

0 commit comments

Comments
 (0)