Skip to content

more dotnet8

more dotnet8 #24

Triggered via pull request January 13, 2024 23:25
Status Success
Total duration 2m 40s
Artifacts

ci-common.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/JK.Common/RangePolyfill.cs#L124
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/RangePolyfill.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/Data/ScalarOperationBase.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/Data/ScalarOperationBase.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/Data/ScalarOperationBase.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/Data/ScalarOperationBase.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/Converters/BooleanConverter.cs#L15
Missing XML comment for publicly visible type or member 'BooleanConverter.BooleanConverter()'
build: src/JK.Common/Converters/BooleanConverter.cs#L22
Missing XML comment for publicly visible type or member 'BooleanConverter.Convert(object)'
build: src/JK.Common/Converters/BooleanConverter.cs#L37
Missing XML comment for publicly visible type or member 'BooleanConverter.ConvertToNullable(object)'
build: src/JK.Common/Converters/DistanceConverter.cs#L7
Missing XML comment for publicly visible type or member 'DistanceConverter'