chore(deps): bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 #132
Annotations
10 warnings
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.
|
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/PdfIndirectObject.cs#L23
Identifier 'Object' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
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/Document/PdfPage.cs#L10
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
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/PdfTrimBox.cs#L10
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Build with dotnet:
SafeRapidPdf/Document/PdfArtBox.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/Document/PdfBaseObject.cs#L19
get_Items creates an exception of type NotImplementedException, an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1065)
|
Loading