|
11 | 11 | "samples\\Sentry.Samples.AspNetCore.Mvc\\Sentry.Samples.AspNetCore.Mvc.csproj", |
12 | 12 | "samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj", |
13 | 13 | "samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj", |
| 14 | + "samples\\Sentry.Samples.AzureFunctions.Worker\\Sentry.Samples.AzureFunctions.Worker.csproj", |
14 | 15 | "samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj", |
15 | 16 | "samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj", |
| 17 | + "samples\\Sentry.Samples.Console.Profiling\\Sentry.Samples.Console.Profiling.csproj", |
16 | 18 | "samples\\Sentry.Samples.EntityFramework\\Sentry.Samples.EntityFramework.csproj", |
17 | 19 | "samples\\Sentry.Samples.GenericHost\\Sentry.Samples.GenericHost.csproj", |
18 | 20 | "samples\\Sentry.Samples.Google.Cloud.Functions\\Sentry.Samples.Google.Cloud.Functions.csproj", |
|
25 | 27 | "src\\Sentry.AspNet\\Sentry.AspNet.csproj", |
26 | 28 | "src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj", |
27 | 29 | "src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj", |
| 30 | + "src\\Sentry.AzureFunctions.Worker\\Sentry.AzureFunctions.Worker.csproj", |
28 | 31 | "src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj", |
29 | 32 | "src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj", |
30 | 33 | "src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj", |
|
33 | 36 | "src\\Sentry.Log4Net\\Sentry.Log4Net.csproj", |
34 | 37 | "src\\Sentry.Maui\\Sentry.Maui.csproj", |
35 | 38 | "src\\Sentry.NLog\\Sentry.NLog.csproj", |
| 39 | + "src\\Sentry.Profiling\\Sentry.Profiling.csproj", |
36 | 40 | "src\\Sentry.Serilog\\Sentry.Serilog.csproj", |
37 | 41 | "src\\Sentry\\Sentry.csproj", |
38 | 42 | "test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj", |
39 | 43 | "test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj", |
40 | 44 | "test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj", |
41 | 45 | "test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj", |
42 | 46 | "test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj", |
| 47 | + "test\\Sentry.AzureFunctions.Worker.Tests\\Sentry.AzureFunctions.Worker.Tests.csproj", |
43 | 48 | "test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj", |
44 | 49 | "test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj", |
45 | 50 | "test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj", |
|
48 | 53 | "test\\Sentry.Log4Net.Tests\\Sentry.Log4Net.Tests.csproj", |
49 | 54 | "test\\Sentry.Maui.Tests\\Sentry.Maui.Tests.csproj", |
50 | 55 | "test\\Sentry.NLog.Tests\\Sentry.NLog.Tests.csproj", |
| 56 | + "test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj", |
51 | 57 | "test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj", |
52 | 58 | "test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj", |
53 | 59 | "test\\Sentry.Testing\\Sentry.Testing.csproj", |
|
0 commit comments