Skip to content

Bump xunit.runner.visualstudio from 3.1.3 to 3.1.4 (#137) #257

Bump xunit.runner.visualstudio from 3.1.3 to 3.1.4 (#137)

Bump xunit.runner.visualstudio from 3.1.3 to 3.1.4 (#137) #257

Triggered via push August 18, 2025 17:31
Status Success
Total duration 34s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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)
build: SafeRapidPdf/Attributes/ParameterTypeAttribute.cs#L6
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
build: SafeRapidPdf/Document/PdfTrimBox.cs#L10
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
build: SafeRapidPdf/Document/PdfArtBox.cs#L10
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
build: SafeRapidPdf/Objects/PdfXRef.cs#L8
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
build: SafeRapidPdf/Document/PdfCatalog.cs#L9
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
build: SafeRapidPdf/Document/PdfPage.cs#L10
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
build: SafeRapidPdf/Objects/PdfIndirectObject.cs#L23
Identifier 'Object' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
build: SafeRapidPdf/Objects/PdfData.cs#L11
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
build: SafeRapidPdf/Objects/PdfStream.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.