Skip to content

PR #21

PR #21 #140

Triggered via dynamic February 11, 2026 06:13
Status Success
Total duration 2m 10s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

28 warnings and 7 notices
Non-accessed field (private accessibility): src/FileTypeDetection/EvidenceHashing.vb#L538
Field 'Content' is assigned but its value is never used
Non-accessed field (private accessibility): src/FileTypeDetection/EvidenceHashing.vb#L537
Field 'RelativePath' is assigned but its value is never used
Unused import clause: src/FileTypeDetection/EvidenceHashing.vb#L4
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/EvidenceHashing.vb#L7
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/Abstractions/Hashing/HashEvidence.vb#L4
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/Abstractions/Hashing/HashOptions.vb#L5
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/EvidenceHashing.vb#L8
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/EvidenceHashing.vb#L6
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/Abstractions/Hashing/HashOptions.vb#L4
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/Configuration/FileTypeProjectOptions.vb#L4
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/EvidenceHashing.vb#L5
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/FileTypeOptions.vb#L4
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/FileTypeOptions.vb#L6
Import clause is not required by the code and can be safely removed
Unused import clause: src/FileTypeDetection/FileTypeOptions.vb#L5
Import clause is not required by the code and can be safely removed
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/Abstractions/Hashing/HashOptions.vb#L4
Namespace or type specified in the Imports 'System.IO' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/FileTypeOptions.vb#L4
Namespace or type specified in the Imports 'System.IO' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/FileTypeOptions.vb#L6
Namespace or type specified in the Imports 'Microsoft.Extensions.Logging' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/Abstractions/Hashing/HashOptions.vb#L5
Namespace or type specified in the Imports 'System.Linq' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/Abstractions/Hashing/HashEvidence.vb#L4
Namespace or type specified in the Imports 'System.Collections.Immutable' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/EvidenceHashing.vb#L6
Namespace or type specified in the Imports 'System.Linq' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/Configuration/FileTypeProjectOptions.vb#L4
Namespace or type specified in the Imports 'Microsoft.Extensions.Logging' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/EvidenceHashing.vb#L4
Namespace or type specified in the Imports 'System.Globalization' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/FileTypeOptions.vb#L5
Namespace or type specified in the Imports 'System.Text.Json' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/EvidenceHashing.vb#L7
Namespace or type specified in the Imports 'System.Security.Cryptography' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/EvidenceHashing.vb#L8
Namespace or type specified in the Imports 'System.Text' doesn't contain any public member or cannot be found
Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found: src/FileTypeDetection/EvidenceHashing.vb#L5
Namespace or type specified in the Imports 'System.IO' doesn't contain any public member or cannot be found
Incorrect table formatting: tests/FileTypeDetectionLib.Tests/README.md#L9
Table is not correctly formatted
Incorrect table formatting: tests/FileTypeDetectionLib.Tests/README.md#L19
Table is not correctly formatted
RoslynAnalyzers Convert to 'GeneratedRegexAttribute'.: tests/FileTypeDetectionLib.Tests/Unit/HashingEvidenceTests.cs#L340
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
RoslynAnalyzers Convert to 'GeneratedRegexAttribute'.: tests/FileTypeDetectionLib.Tests/Unit/HashingEvidenceTests.cs#L339
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.