From d0e0f8f6d18e0aa0a5753746524fe9c6659927db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:00:12 +0200 Subject: [PATCH 1/4] build: fix source gen ref --- src/Sentry/Sentry.csproj | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index b987d1042e..5df7656c8c 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -202,10 +202,19 @@ + - + + + + + + + + + + + + From 810763b2fd3a7a419153b14daa07cc903ba34dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:28:45 +0200 Subject: [PATCH 2/4] build: add Error when no analyzer assemblies are found --- src/Sentry/Sentry.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 5df7656c8c..09a013aab6 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -212,6 +212,7 @@ + From 36160c708185d2bb212dc62ee7f3e87f5521f632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:30:09 +0200 Subject: [PATCH 3/4] build: add Messages to _SentryPackAnalyzers Target --- src/Sentry/Sentry.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 09a013aab6..eefffe1752 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -203,16 +203,18 @@ + + - - + + From 42ca3d14a166a373425ac3b36fdf50b320cc8b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:31:28 +0200 Subject: [PATCH 4/4] build: replace ProjectReference with MSBuild --- src/Sentry/Sentry.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index eefffe1752..8447b9fd71 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -206,11 +206,12 @@ - + - - - + + + +