Skip to content

Commit b3f71a5

Browse files
Update solution filters
1 parent 2117208 commit b3f71a5

8 files changed

+20
-8
lines changed

.generated.NoMobile.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Analyzers.Tests", "t
193193
EndProject
194194
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.Console.HeapDump", "samples\Sentry.Samples.Console.HeapDump\Sentry.Samples.Console.HeapDump.csproj", "{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821}"
195195
EndProject
196+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.TrimTest", "test\Sentry.TrimTest\Sentry.TrimTest.csproj", "{6030B748-0000-43B5-B8A8-399AA42F5229}"
197+
EndProject
196198
Global
197199
GlobalSection(SolutionConfigurationPlatforms) = preSolution
198200
Debug|Any CPU = Debug|Any CPU
@@ -520,6 +522,10 @@ Global
520522
{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821}.Debug|Any CPU.Build.0 = Debug|Any CPU
521523
{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821}.Release|Any CPU.ActiveCfg = Release|Any CPU
522524
{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821}.Release|Any CPU.Build.0 = Release|Any CPU
525+
{6030B748-0000-43B5-B8A8-399AA42F5229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
526+
{6030B748-0000-43B5-B8A8-399AA42F5229}.Debug|Any CPU.Build.0 = Debug|Any CPU
527+
{6030B748-0000-43B5-B8A8-399AA42F5229}.Release|Any CPU.ActiveCfg = Release|Any CPU
528+
{6030B748-0000-43B5-B8A8-399AA42F5229}.Release|Any CPU.Build.0 = Release|Any CPU
523529
EndGlobalSection
524530
GlobalSection(SolutionProperties) = preSolution
525531
HideSolutionNode = FALSE
@@ -605,5 +611,6 @@ Global
605611
{E36C8DCA-464E-41CB-B189-F58553AAA8D4} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
606612
{5A17FEF9-07BB-47B8-9883-9C2CC93F09E8} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
607613
{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
614+
{6030B748-0000-43B5-B8A8-399AA42F5229} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
608615
EndGlobalSection
609616
EndGlobal

Sentry-CI-Build-Linux.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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\\obj\\Release\\net8.0\\WorkerExtensions\\WorkerExtensions.csproj",
1516
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1617
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1718
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
@@ -71,7 +72,6 @@
7172
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7273
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7374
"test\\Sentry.Tests\\Sentry.Tests.csproj",
74-
"test\\Sentry.TrimTest\\Sentry.TrimTest.csproj",
7575
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
7676
]
7777
}

Sentry-CI-Build-Windows.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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\\obj\\Release\\net8.0\\WorkerExtensions\\WorkerExtensions.csproj",
1617
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1718
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1819
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
@@ -74,7 +75,6 @@
7475
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7576
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7677
"test\\Sentry.Tests\\Sentry.Tests.csproj",
77-
"test\\Sentry.TrimTest\\Sentry.TrimTest.csproj",
7878
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
7979
]
8080
}

Sentry-CI-Build-macOS.slnf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj",
1515
"samples\\Sentry.Samples.AspNetCore.WebAPI.Profiling\\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj",
1616
"samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj",
17+
"samples\\Sentry.Samples.Azure.Functions.Worker\\obj\\Release\\net8.0\\WorkerExtensions\\WorkerExtensions.csproj",
1718
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1819
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1920
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
@@ -38,10 +39,10 @@
3839
"samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj",
3940
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",
4041
"src\\Sentry.Android.AssemblyReader\\Sentry.Android.AssemblyReader.csproj",
42+
"src\\Sentry.AspNet\\Sentry.AspNet.csproj",
4143
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
4244
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
4345
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
44-
"src\\Sentry.AspNet\\Sentry.AspNet.csproj",
4546
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4647
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
4748
"src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj",
@@ -80,8 +81,7 @@
8081
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
8182
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8283
"test\\Sentry.Tests\\Sentry.Tests.csproj",
83-
"test\\Sentry.TrimTest\\Sentry.TrimTest.csproj",
8484
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
8585
]
8686
}
87-
}
87+
}

Sentry.Azure.Functions.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"solution": {
33
"path": "Sentry.sln",
44
"projects": [
5+
"samples\\Sentry.Samples.Azure.Functions.Worker\\obj\\Release\\net8.0\\WorkerExtensions\\WorkerExtensions.csproj",
56
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
67
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
78
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",

SentryNoMobile.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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\\obj\\Release\\net8.0\\WorkerExtensions\\WorkerExtensions.csproj",
1415
"samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj",
1516
"samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj",
1617
"samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj",
@@ -68,7 +69,6 @@
6869
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
6970
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7071
"test\\Sentry.Tests\\Sentry.Tests.csproj",
71-
"test\\Sentry.TrimTest\\Sentry.TrimTest.csproj",
7272
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
7373
]
7474
}

SentryNoSamples.slnf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
4444
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
4545
"test\\Sentry.Testing\\Sentry.Testing.csproj",
46-
"test\\Sentry.Tests\\Sentry.Tests.csproj",
47-
"test\\Sentry.TrimTest\\Sentry.TrimTest.csproj"
46+
"test\\Sentry.Tests\\Sentry.Tests.csproj"
4847
]
4948
}
5049
}

scripts/generate-solution-filters-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ filterConfigs:
4141
- "**/*Maui.Device.TestApp.csproj"
4242
- "**/*SourceGen.csproj"
4343
- "**/*TestUtils*.csproj"
44+
- "**/*Sentry.TrimTest.csproj"
4445

4546
- outputPath: Sentry-CI-Build-macOS.slnf
4647
include:
@@ -54,6 +55,7 @@ filterConfigs:
5455
- "**/*AndroidTestApp.csproj"
5556
- "**/*DeviceTests*.csproj"
5657
- "**/*SourceGen.csproj"
58+
- "**/*Sentry.TrimTest.csproj"
5759

5860
- outputPath: Sentry-CI-Build-Windows.slnf
5961
include:
@@ -72,6 +74,7 @@ filterConfigs:
7274
- "**/*Sentry.Samples.Android.csproj"
7375
- "**/*OpenTelemetry.AspNet.csproj"
7476
- "**/*SourceGen.csproj"
77+
- "**/*Sentry.TrimTest.csproj"
7578

7679
- outputPath: Sentry-CI-CodeQL.slnf
7780
include:
@@ -178,6 +181,7 @@ filterConfigs:
178181
- "**/*Android*.csproj"
179182
- "**/*Ios*.csproj"
180183
- "**/*Maui*.csproj"
184+
- "**/*Sentry.TrimTest.csproj"
181185

182186
- outputPath: SentryNoSamples.slnf
183187
include:
@@ -189,3 +193,4 @@ filterConfigs:
189193
- "**/*Bindings*"
190194
- "**/*DeviceTests*"
191195
- "**/*TestApp*"
196+
- "**/*Sentry.TrimTest.csproj"

0 commit comments

Comments
 (0)