Bump coverlet.msbuild from 6.0.4 to 8.0.0 #142
Merged
Annotations
10 warnings
|
Build with dotnet:
SafeRapidPdf/Document/PdfPageTree.cs#L24
'foreach' statement implicitly converts 'SafeRapidPdf.IPdfObject' to 'SafeRapidPdf.Objects.PdfKeyValuePair'. Add an explicit cast to make intent clearer, as it may fail at runtime (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0220)
|
|
Build with dotnet:
SafeRapidPdf/Services/IndirectReferenceResolver.cs#L66
Modify 'TryParseLinearizationHeader' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
|
Build with dotnet:
SafeRapidPdf/Document/PdfTrimBox.cs#L10
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
|
Build with dotnet:
SafeRapidPdf/Attributes/ParameterTypeAttribute.cs#L6
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
|
Build with dotnet:
SafeRapidPdf/Objects/PdfXRef.cs#L8
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
|
Build with dotnet:
SafeRapidPdf/Document/PdfPage.cs#L10
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
|
Build with dotnet:
SafeRapidPdf/Document/PdfCatalog.cs#L9
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
|
Build with dotnet:
SafeRapidPdf/Objects/PdfIndirectObject.cs#L23
Identifier 'Object' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
|
Build with dotnet:
SafeRapidPdf/Objects/PdfData.cs#L11
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
|
Build with dotnet:
SafeRapidPdf/Objects/PdfStream.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading