Add copilot[bot] to CLA allowlist #124
Merged
Annotations
10 warnings
|
Build:
PdfAValidator/Report.cs#L121
Change 'List<Check>' in 'Rule.Check' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Build:
PdfAValidator/Report.cs#L347
Change 'List<Job>' in 'Jobs.AllJobs' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Build:
PdfAValidator/Report.cs#L347
Change 'AllJobs' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Build:
PdfAValidator/VeraPdfExitCodes.cs#L11
Member 'AllFilesValid' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
Build:
PdfAValidator/PdfAValidator.cs#L438
Dereference of a possibly null reference.
|
|
Build:
PdfAValidator/PdfAValidator.cs#L433
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Build:
PdfAValidator/PdfAValidator.cs#L353
Possible null reference return.
|
|
Build:
PdfAValidator/PdfAValidator.cs#L353
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PdfAValidator/PdfAValidator.cs#L93
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
|
|
Build:
PdfAValidator/Report.cs#L352
Possible null reference return.
|
Loading