Skip to content

Commit 45c52b4

Browse files
Merge version6
2 parents 08a0fc2 + 522f80e commit 45c52b4

File tree

76 files changed

+443
-365
lines changed

Some content is hidden

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

76 files changed

+443
-365
lines changed

.generated.NoMobile.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
199199
EndProject
200200
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm", "src\Sentry.Maui.CommunityToolkit.Mvvm\Sentry.Maui.CommunityToolkit.Mvvm.csproj", "{E898F337-E982-46CC-8DA9-F8556AA7DD72}"
201201
EndProject
202-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
202+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
203203
EndProject
204-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
204+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions.Tests", "test\Sentry.Compiler.Extensions.Tests\Sentry.Compiler.Extensions.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
205205
EndProject
206206
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}"
207207
EndProject

CHANGELOG.md

Lines changed: 102 additions & 87 deletions
Large diffs are not rendered by default.

Sentry-CI-Build-Linux-NoMobile.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
3637
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
3738
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
3839
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -43,12 +44,12 @@
4344
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
4445
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
4546
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
46-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
4747
"src\\Sentry\\Sentry.csproj",
4848
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
4949
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5050
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5151
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
52+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
5253
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
5354
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
5455
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -60,7 +61,6 @@
6061
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
6162
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
6263
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
63-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
6464
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
6565
"test\\Sentry.Testing\\Sentry.Testing.csproj",
6666
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Linux.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
3838
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
3939
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
40+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4041
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4142
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4243
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -49,13 +50,13 @@
4950
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5051
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5152
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
52-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5353
"src\\Sentry\\Sentry.csproj",
5454
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5555
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
5656
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5757
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5858
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
59+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
5960
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6061
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6162
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -69,7 +70,6 @@
6970
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7071
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7172
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
72-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7373
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7474
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7575
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
4040
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
4141
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
42+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4243
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4344
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4445
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -51,13 +52,13 @@
5152
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5253
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5354
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
54-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5555
"src\\Sentry\\Sentry.csproj",
5656
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5757
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
5858
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5959
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6060
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
61+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6162
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6263
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6364
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",
@@ -68,7 +69,6 @@
6869
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
6970
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7071
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
71-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7272
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7373
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7474
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
4040
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
4141
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
42+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4243
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4344
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4445
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -51,13 +52,13 @@
5152
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5253
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5354
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
54-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5555
"src\\Sentry\\Sentry.csproj",
5656
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5757
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
5858
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5959
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6060
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
61+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6162
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6263
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6364
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -71,7 +72,6 @@
7172
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7273
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7374
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
74-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7575
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7676
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7777
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-macOS.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
4545
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
4646
"src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj",
47+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4748
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4849
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4950
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -56,13 +57,13 @@
5657
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5758
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5859
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
59-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
6060
"src\\Sentry\\Sentry.csproj",
6161
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
6262
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
6363
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6464
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6565
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
66+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6667
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6768
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6869
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -77,7 +78,6 @@
7778
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7879
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7980
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
80-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
8181
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
8282
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8383
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-CodeQL.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
99
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
1010
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
11+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
1112
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
1213
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
1314
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -20,7 +21,6 @@
2021
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
2122
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
2223
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
23-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
2424
"src\\Sentry\\Sentry.csproj"
2525
]
2626
}

Sentry.Azure.Functions.slnf

Lines changed: 0 additions & 15 deletions
This file was deleted.

Sentry.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
199199
EndProject
200200
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm", "src\Sentry.Maui.CommunityToolkit.Mvvm\Sentry.Maui.CommunityToolkit.Mvvm.csproj", "{E898F337-E982-46CC-8DA9-F8556AA7DD72}"
201201
EndProject
202-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
202+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
203203
EndProject
204-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
204+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions.Tests", "test\Sentry.Compiler.Extensions.Tests\Sentry.Compiler.Extensions.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
205205
EndProject
206206
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}"
207207
EndProject

0 commit comments

Comments
 (0)