Skip to content

Commit bd70b2a

Browse files
Suppress CS8002 in test project (strong-name warning for GitHubActionsTestLogger)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e2b45dc commit bd70b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Exceptionless.DateTimeExtensions.Tests/Exceptionless.DateTimeExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net10.0</TargetFrameworks>
55
<OutputType>Exe</OutputType>
66
<IsPackable>False</IsPackable>
7-
<NoWarn>$(NoWarn);CS8625</NoWarn>
7+
<NoWarn>$(NoWarn);CS8002;CS8625</NoWarn>
88
</PropertyGroup>
99
<ItemGroup>
1010
<ProjectReference Include="..\..\src\Exceptionless.DateTimeExtensions\Exceptionless.DateTimeExtensions.csproj" />

0 commit comments

Comments
 (0)