Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ref: remove redundant attribute
  • Loading branch information
Flash0ver committed Jul 10, 2025
commit 3f6a86f1b767df35acad2e8f51c9313549689fe9
1 change: 0 additions & 1 deletion src/Sentry/Internal/AotHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ static AotHelper()
IsTrimmed = CheckIsTrimmed();
}


[UnconditionalSuppressMessage("Trimming", "IL2026: RequiresUnreferencedCode", Justification = AvoidAtRuntime)]
internal static bool CheckIsTrimmed(IDiagnosticLogger? logger = null)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.CodeDom.Compiler;

namespace Sentry.SourceGenerators.Tests;

internal static class VerifySettingsInitializer
Expand All @@ -12,7 +10,6 @@ internal static void Initialize()
VerifierSettings.AddScrubber(VersionScrubber);
}

[GeneratedCode("", "")]
private static void VersionScrubber(StringBuilder text)
{
if (s_assemblyName.Version is not null)
Expand Down