Skip to content

build: prevent building whole solution when creating s single commit #262

build: prevent building whole solution when creating s single commit

build: prevent building whole solution when creating s single commit #262

Triggered via push October 21, 2024 11:49
Status Success
Total duration 1m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-ci: src/Mairegger.Printing/PrintProcessor/PrintProcessorCollection.cs#L30
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/PrintProcessor/PrintProcessorCollection.cs#L45
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Internal/PrintOnAttributeHelper.cs#L29
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Definition/PrintDimension.cs#L128
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Definition/PageRange.cs#L130
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Definition/PrintDimension.cs#L128
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Content/BlankLine.cs#L26
Use 'ArgumentOutOfRangeException.ThrowIfNegativeOrZero' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1512)
build-ci: src/Mairegger.Printing/Definition/ColumnDimensionAttribute.cs#L101
Use 'ArgumentOutOfRangeException.ThrowIfNegativeOrZero' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1512)
build-ci: src/Mairegger.Printing/Internal/PrintOnAttributeHelper.cs#L29
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build-ci: src/Mairegger.Printing/Internal/PrintOnAttributeHelper.cs#L44
Use 'ArgumentOutOfRangeException.ThrowIfNegativeOrZero' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1512)