Skip to content

Commit 7386e56

Browse files
committed
ref: rename SourceGenerators to Compiler.Extensions
1 parent 19a8c1a commit 7386e56

26 files changed

+38
-38
lines changed

.generated.NoMobile.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
203203
EndProject
204204
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}"
205205
EndProject
206-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
206+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
207207
EndProject
208-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
208+
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}"
209209
EndProject
210210
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}"
211211
EndProject

Sentry-CI-Build-Linux-NoMobile.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
4545
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
4646
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
47-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
47+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4848
"src\\Sentry\\Sentry.csproj",
4949
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5050
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
@@ -62,7 +62,7 @@
6262
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
6363
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
6464
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
65-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
65+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6666
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
6767
"test\\Sentry.Testing\\Sentry.Testing.csproj",
6868
"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
@@ -50,7 +50,7 @@
5050
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5151
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5252
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
53-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
53+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
5454
"src\\Sentry\\Sentry.csproj",
5555
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5656
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
@@ -71,7 +71,7 @@
7171
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7272
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7373
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
74-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
74+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.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-Windows-arm64.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5353
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5454
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
55-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
55+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5858
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
@@ -70,7 +70,7 @@
7070
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7171
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7272
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
73-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
73+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
7474
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7575
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7676
"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
@@ -52,7 +52,7 @@
5252
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5353
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5454
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
55-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
55+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5858
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
@@ -73,7 +73,7 @@
7373
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7474
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7575
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
76-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
76+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
7777
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7878
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7979
"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
@@ -57,7 +57,7 @@
5757
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5858
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5959
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
60-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
60+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
6161
"src\\Sentry\\Sentry.csproj",
6262
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
6363
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
@@ -79,7 +79,7 @@
7979
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
8080
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
8181
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
82-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
82+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
8383
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
8484
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8585
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-CodeQL.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
2222
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
2323
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
24-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
24+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
2525
"src\\Sentry\\Sentry.csproj"
2626
]
2727
}

Sentry.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
203203
EndProject
204204
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}"
205205
EndProject
206-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
206+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
207207
EndProject
208-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
208+
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}"
209209
EndProject
210210
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}"
211211
EndProject

SentryMobile.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
1414
"src\\Sentry.Maui.CommunityToolkit.Mvvm\\Sentry.Maui.CommunityToolkit.Mvvm.csproj",
1515
"src\\Sentry.Maui\\Sentry.Maui.csproj",
16-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
16+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
1717
"src\\Sentry\\Sentry.csproj",
1818
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
1919
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",

SentryNoMobile.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
4747
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
4848
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
49-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
49+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
5050
"src\\Sentry\\Sentry.csproj",
5151
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5252
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
@@ -65,7 +65,7 @@
6565
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
6666
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
6767
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
68-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
68+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6969
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7070
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7171
"test\\Sentry.Tests\\Sentry.Tests.csproj",

0 commit comments

Comments
 (0)