Skip to content

Commit 08a0fc2

Browse files
Updated solution filters
1 parent 76744e5 commit 08a0fc2

10 files changed

+86
-54
lines changed

.generated.NoMobile.sln

Lines changed: 79 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.AspNetCore.S
2525
EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.Aws.Lambda.AspNetCoreServer", "samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj", "{50116F9A-646D-4BF7-9760-66E37CB9C459}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.Azure.Functions.Worker", "samples\Sentry.Samples.Azure.Functions.Worker\Sentry.Samples.Azure.Functions.Worker.csproj", "{1F44075F-ABD6-49A4-8EA1-DBB70304AD24}"
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.OpenTelemetry.AzureFunctions", "samples\Sentry.Samples.OpenTelemetry.AzureFunctions\Sentry.Samples.OpenTelemetry.AzureFunctions.csproj", "{1F44075F-ABD6-49A4-8EA1-DBB70304AD24}"
2929
EndProject
3030
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.Console.Basic", "samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj", "{B793249D-3E52-4B0D-964F-BC022CD8A753}"
3131
EndProject
@@ -75,8 +75,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore.Grpc", "s
7575
EndProject
7676
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore", "src\Sentry.AspNetCore\Sentry.AspNetCore.csproj", "{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2}"
7777
EndProject
78-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Azure.Functions.Worker", "src\Sentry.Azure.Functions.Worker\Sentry.Azure.Functions.Worker.csproj", "{52262FBB-40D0-4F08-B00F-B298185FF6BD}"
79-
EndProject
8078
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Bindings.Android", "src\Sentry.Bindings.Android\Sentry.Bindings.Android.csproj", "{759D9E53-4717-491D-9970-B3A3367C65E7}"
8179
EndProject
8280
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Bindings.Cocoa", "src\Sentry.Bindings.Cocoa\Sentry.Bindings.Cocoa.csproj", "{33336B98-A69E-4F28-A71A-1D8753F3BA24}"
@@ -121,8 +119,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore.TestUtils
121119
EndProject
122120
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore.Tests", "test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj", "{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E}"
123121
EndProject
124-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Azure.Functions.Worker.Tests", "test\Sentry.Azure.Functions.Worker.Tests\Sentry.Azure.Functions.Worker.Tests.csproj", "{39F7BB08-908B-49F9-A96B-E14C16B69090}"
125-
EndProject
126122
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.DiagnosticSource.IntegrationTests", "test\Sentry.DiagnosticSource.IntegrationTests\Sentry.DiagnosticSource.IntegrationTests.csproj", "{59742E7E-4380-4B40-BCC8-5AB314290198}"
127123
EndProject
128124
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.DiagnosticSource.Tests", "test\Sentry.DiagnosticSource.Tests\Sentry.DiagnosticSource.Tests.csproj", "{6222BF96-2F1F-42DA-AF43-388B20151A5A}"
@@ -209,6 +205,77 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tes
209205
EndProject
210206
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm.Tests", "test\Sentry.Maui.CommunityToolkit.Mvvm.Tests\Sentry.Maui.CommunityToolkit.Mvvm.Tests.csproj", "{ADC91A84-6054-42EC-8241-0D717E4C7194}"
211207
EndProject
208+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A97D6A-02C0-4808-9D62-DFFAB324A323}"
209+
ProjectSection(SolutionItems) = preProject
210+
scripts\update-cli.ps1 = scripts\update-cli.ps1
211+
scripts\bump-version.sh = scripts\bump-version.sh
212+
scripts\device-test.ps1 = scripts\device-test.ps1
213+
scripts\dirty-check.ps1 = scripts\dirty-check.ps1
214+
scripts\update-java.ps1 = scripts\update-java.ps1
215+
scripts\bump-version.ps1 = scripts\bump-version.ps1
216+
scripts\parse-xunit2-xml.ps1 = scripts\parse-xunit2-xml.ps1
217+
scripts\build-sentry-cocoa.sh = scripts\build-sentry-cocoa.sh
218+
scripts\update-project-xml.ps1 = scripts\update-project-xml.ps1
219+
scripts\build-sentry-native.ps1 = scripts\build-sentry-native.ps1
220+
scripts\ios-simulator-utils.ps1 = scripts\ios-simulator-utils.ps1
221+
scripts\commit-formatted-code.sh = scripts\commit-formatted-code.sh
222+
scripts\accept-verifier-changes.ps1 = scripts\accept-verifier-changes.ps1
223+
scripts\generate-cocoa-bindings.ps1 = scripts\generate-cocoa-bindings.ps1
224+
scripts\generate-solution-filters.ps1 = scripts\generate-solution-filters.ps1
225+
scripts\generate-solution-filters-config.yaml = scripts\generate-solution-filters-config.yaml
226+
EndProjectSection
227+
EndProject
228+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
229+
EndProject
230+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BFF081D8-7CC0-4069-99F5-5CA0D70B56AB}"
231+
ProjectSection(SolutionItems) = preProject
232+
.github\workflows\build.yml = .github\workflows\build.yml
233+
.github\workflows\alpine.yml = .github\workflows\alpine.yml
234+
.github\workflows\danger.yml = .github\workflows\danger.yml
235+
.github\workflows\release.yml = .github\workflows\release.yml
236+
.github\workflows\format-code.yml = .github\workflows\format-code.yml
237+
.github\workflows\update-deps.yml = .github\workflows\update-deps.yml
238+
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
239+
.github\workflows\vulnerabilities.yml = .github\workflows\vulnerabilities.yml
240+
.github\workflows\device-tests-ios.yml = .github\workflows\device-tests-ios.yml
241+
.github\workflows\device-tests-android.yml = .github\workflows\device-tests-android.yml
242+
EndProjectSection
243+
EndProject
244+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{5D50D425-244F-4B79-B9F5-21D26DD52DC1}"
245+
EndProject
246+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "environment", "environment", "{39216438-F347-427C-AB70-48DB1BA6E299}"
247+
ProjectSection(SolutionItems) = preProject
248+
.github\actions\environment\action.yml = .github\actions\environment\action.yml
249+
EndProjectSection
250+
EndProject
251+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "buildnative", "buildnative", "{A384A71C-A46F-49DB-B7FB-5DEEFC5E6CA3}"
252+
ProjectSection(SolutionItems) = preProject
253+
.github\actions\buildnative\action.yml = .github\actions\buildnative\action.yml
254+
EndProjectSection
255+
EndProject
256+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "freediskspace", "freediskspace", "{E34AA22F-B42E-4D4C-B96E-426AEBC2F367}"
257+
ProjectSection(SolutionItems) = preProject
258+
.github\actions\freediskspace\action.yml = .github\actions\freediskspace\action.yml
259+
EndProjectSection
260+
EndProject
261+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "install-zstd", "install-zstd", "{94A2DCA5-F298-41FB-913A-476668EF5786}"
262+
ProjectSection(SolutionItems) = preProject
263+
.github\actions\install-zstd\action.yml = .github\actions\install-zstd\action.yml
264+
EndProjectSection
265+
EndProject
266+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-test", "integration-test", "{94CCDBEF-5867-4C24-A305-0C2AE738AF42}"
267+
ProjectSection(SolutionItems) = preProject
268+
integration-test\common.ps1 = integration-test\common.ps1
269+
integration-test\aot.Tests.ps1 = integration-test\aot.Tests.ps1
270+
integration-test\cli.Tests.ps1 = integration-test\cli.Tests.ps1
271+
integration-test\runtime.Tests.ps1 = integration-test\runtime.Tests.ps1
272+
integration-test\pester.ps1 = integration-test\pester.ps1
273+
integration-test\ios.Tests.ps1 = integration-test\ios.Tests.ps1
274+
integration-test\msbuild.Tests.ps1 = integration-test\msbuild.Tests.ps1
275+
EndProjectSection
276+
EndProject
277+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net4-console", "net4-console", "{33793113-C7B5-434D-B5C1-6CA1A9587842}"
278+
EndProject
212279
Global
213280
GlobalSection(SolutionConfigurationPlatforms) = preSolution
214281
Debug|Any CPU = Debug|Any CPU
@@ -592,18 +659,6 @@ Global
592659
{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2}.Release|x64.Build.0 = Release|Any CPU
593660
{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2}.Release|x86.ActiveCfg = Release|Any CPU
594661
{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2}.Release|x86.Build.0 = Release|Any CPU
595-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
596-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
597-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|x64.ActiveCfg = Debug|Any CPU
598-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|x64.Build.0 = Debug|Any CPU
599-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|x86.ActiveCfg = Debug|Any CPU
600-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Debug|x86.Build.0 = Debug|Any CPU
601-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
602-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|Any CPU.Build.0 = Release|Any CPU
603-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|x64.ActiveCfg = Release|Any CPU
604-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|x64.Build.0 = Release|Any CPU
605-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|x86.ActiveCfg = Release|Any CPU
606-
{52262FBB-40D0-4F08-B00F-B298185FF6BD}.Release|x86.Build.0 = Release|Any CPU
607662
{759D9E53-4717-491D-9970-B3A3367C65E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
608663
{759D9E53-4717-491D-9970-B3A3367C65E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
609664
{759D9E53-4717-491D-9970-B3A3367C65E7}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -832,18 +887,6 @@ Global
832887
{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E}.Release|x64.Build.0 = Release|Any CPU
833888
{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E}.Release|x86.ActiveCfg = Release|Any CPU
834889
{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E}.Release|x86.Build.0 = Release|Any CPU
835-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
836-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|Any CPU.Build.0 = Debug|Any CPU
837-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|x64.ActiveCfg = Debug|Any CPU
838-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|x64.Build.0 = Debug|Any CPU
839-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|x86.ActiveCfg = Debug|Any CPU
840-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Debug|x86.Build.0 = Debug|Any CPU
841-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|Any CPU.ActiveCfg = Release|Any CPU
842-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|Any CPU.Build.0 = Release|Any CPU
843-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|x64.ActiveCfg = Release|Any CPU
844-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|x64.Build.0 = Release|Any CPU
845-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|x86.ActiveCfg = Release|Any CPU
846-
{39F7BB08-908B-49F9-A96B-E14C16B69090}.Release|x86.Build.0 = Release|Any CPU
847890
{59742E7E-4380-4B40-BCC8-5AB314290198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
848891
{59742E7E-4380-4B40-BCC8-5AB314290198}.Debug|Any CPU.Build.0 = Debug|Any CPU
849892
{59742E7E-4380-4B40-BCC8-5AB314290198}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -1288,7 +1331,6 @@ Global
12881331
{A7F651AD-51D3-4473-9641-7C76D2A0E3B7} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12891332
{DF785142-3E65-4176-8A6E-CAAD6BBF771F} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12901333
{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
1291-
{52262FBB-40D0-4F08-B00F-B298185FF6BD} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12921334
{759D9E53-4717-491D-9970-B3A3367C65E7} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12931335
{33336B98-A69E-4F28-A71A-1D8753F3BA24} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12941336
{22E4E3F5-8D6E-433D-9456-F60DFB1EFC82} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
@@ -1308,7 +1350,6 @@ Global
13081350
{D7D1EA68-ACE3-4DF3-A33C-EBB5B74701F5} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13091351
{563FEA1C-FDAE-4EDE-9ABF-22D76F2DA048} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13101352
{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
1311-
{39F7BB08-908B-49F9-A96B-E14C16B69090} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13121353
{59742E7E-4380-4B40-BCC8-5AB314290198} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13131354
{6222BF96-2F1F-42DA-AF43-388B20151A5A} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13141355
{18FDE2B5-6023-487C-A349-E492F3F34B4A} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
@@ -1343,5 +1384,12 @@ Global
13431384
{C3CDF61C-3E28-441C-A9CE-011C89D11719} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
13441385
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13451386
{ADC91A84-6054-42EC-8241-0D717E4C7194} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
1387+
{BFF081D8-7CC0-4069-99F5-5CA0D70B56AB} = {EC6ADE8A-E557-4848-8F03-519039830B5F}
1388+
{5D50D425-244F-4B79-B9F5-21D26DD52DC1} = {EC6ADE8A-E557-4848-8F03-519039830B5F}
1389+
{39216438-F347-427C-AB70-48DB1BA6E299} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1390+
{A384A71C-A46F-49DB-B7FB-5DEEFC5E6CA3} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1391+
{E34AA22F-B42E-4D4C-B96E-426AEBC2F367} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1392+
{94A2DCA5-F298-41FB-913A-476668EF5786} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1393+
{33793113-C7B5-434D-B5C1-6CA1A9587842} = {94CCDBEF-5867-4C24-A305-0C2AE738AF42}
13461394
EndGlobalSection
13471395
EndGlobal

Sentry-CI-Build-Linux-NoMobile.slnf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj",
1212
"samples\\Sentry.Samples.AspNetCore.WebAPI.Profiling\\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj",
1313
"samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj",
14-
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1514
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1615
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
1716
"samples\\Sentry.Samples.Console.HeapDump\\Sentry.Samples.Console.HeapDump.csproj",
@@ -27,13 +26,13 @@
2726
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
2827
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
2928
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
29+
"samples\\Sentry.Samples.OpenTelemetry.AzureFunctions\\Sentry.Samples.OpenTelemetry.AzureFunctions.csproj",
3030
"samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj",
3131
"samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj",
3232
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",
3333
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
3434
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
3535
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
36-
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
3736
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
3837
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
3938
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -50,7 +49,6 @@
5049
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5150
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5251
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
53-
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
5452
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
5553
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
5654
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",

Sentry-CI-Build-Linux.slnf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj",
1313
"samples\\Sentry.Samples.AspNetCore.WebAPI.Profiling\\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj",
1414
"samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj",
15-
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1615
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1716
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
1817
"samples\\Sentry.Samples.Console.HeapDump\\Sentry.Samples.Console.HeapDump.csproj",
@@ -29,14 +28,14 @@
2928
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
3029
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3130
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
31+
"samples\\Sentry.Samples.OpenTelemetry.AzureFunctions\\Sentry.Samples.OpenTelemetry.AzureFunctions.csproj",
3232
"samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj",
3333
"samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj",
3434
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",
3535
"src\\Sentry.Android.AssemblyReader\\Sentry.Android.AssemblyReader.csproj",
3636
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
3737
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
3838
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
39-
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4039
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
4140
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4241
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
@@ -57,7 +56,6 @@
5756
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5857
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5958
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
60-
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
6159
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6260
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6361
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj",
1414
"samples\\Sentry.Samples.AspNetCore.WebAPI.Profiling\\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj",
1515
"samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj",
16-
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1716
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1817
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
1918
"samples\\Sentry.Samples.Console.HeapDump\\Sentry.Samples.Console.HeapDump.csproj",
@@ -30,6 +29,7 @@
3029
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
3130
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3231
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
32+
"samples\\Sentry.Samples.OpenTelemetry.AzureFunctions\\Sentry.Samples.OpenTelemetry.AzureFunctions.csproj",
3333
"samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj",
3434
"samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj",
3535
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",
@@ -38,7 +38,6 @@
3838
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
3939
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
4040
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
41-
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4241
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
4342
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4443
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
@@ -59,7 +58,6 @@
5958
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6059
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6160
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
62-
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
6361
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6462
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6563
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

0 commit comments

Comments
 (0)