Bumped VeraPdf 1.22.3 -> 1.24.1 #189
Annotations
10 warnings
PdfAValidator/Report.cs#L285
Change 'Entries' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
PdfAValidator/Report.cs#L285
Change 'List<FeatureEntry>' in 'InformationDict.Entries' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
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)
|
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)
|
PdfAValidator/VeraPdfExitCodes.cs#L11
Member 'AllFilesValid' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
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)
|
PdfAValidator/Report.cs#L173
Change 'List<Rule>' in 'Details.Rule' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
PdfAValidator/Report.cs#L47
Change 'List<ReleaseDetails>' in 'BuildInformation.ReleaseDetails' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
PdfAValidator/NullVeraPdfOutputFilter.cs#L3
Type 'NullVeraPdfOutputFilter' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
PdfAValidator/Report.cs#L285
Change 'Entries' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
The logs for this run have expired and are no longer available.
Loading