Skip to content

Add Benchmark results for net48 #450

Add Benchmark results for net48

Add Benchmark results for net48 #450

Triggered via push January 30, 2025 01:57
Status Success
Total duration 5m 19s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Analyze (csharp): MimeKit/Cryptography/CryptographyContext.cs#L737
Using member 'MimeKit.Cryptography.DefaultSecureMimeContext.DefaultSecureMimeContext()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses Reflection to load System.Data.SQLite on Windows or Mono.Data.Sqlite on Linux / macOS.
Analyze (csharp): UnitTests/Cryptography/ApplicationPkcs7MimeTests.cs#L1058
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Cryptography/ApplicationPkcs7MimeTests.cs#L1158
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Cryptography/SecureMimeTests.cs#L3105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Cryptography/SecureMimeTests.cs#L3257
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Utils/ValueStringBuilderTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Utils/ValueStringBuilderTests.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): UnitTests/Cryptography/DefaultSecureMimeContextTests.cs#L93
'X509CertificateDatabase.Update(X509CrlRecord)' is obsolete: 'This method is not used and will be removed in a future release.'