We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265cdd5 commit 7fe6759Copy full SHA for 7fe6759
1 file changed
test/Sentry.Tests/AttributeReaderTests.cs
@@ -6,8 +6,6 @@ public class AttributeReaderTests
6
public void Simple()
7
{
8
var assembly = typeof(AttributeReaderTests).Assembly;
9
-#pragma warning disable IDE0055 // Disable formatting - see https://github.com/getsentry/sentry-dotnet/pull/4911#discussion_r2795717887
10
- Assert.NotNull(AttributeReader.TryGetProjectDirectory(assembly));
11
#pragma warning restore IDE0055 // Restore formatting
12
}
13
0 commit comments