Skip to content

upgraded to xunit v3 #45

upgraded to xunit v3

upgraded to xunit v3 #45

Triggered via pull request January 2, 2025 17:12
Status Success
Total duration 2m 59s
Artifacts

ci-common.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/JK.Common/RangePolyfill.cs#L129
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/JK.Common/RangePolyfill.cs#L187
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'
build: src/JK.Common/Converters/DistanceConverter.cs#L11
Missing XML comment for publicly visible type or member 'DistanceConverter.DistanceConverter()'
build: src/JK.Common/Converters/DistanceConverter.cs#L34
Missing XML comment for publicly visible type or member 'DistanceConverter.Convert(in decimal, in DistanceUnit, in DistanceUnit)'
build: src/JK.Common/Data/NonQueryOperationBase.cs#L3
Missing XML comment for publicly visible type or member 'NonQueryOperationBase<TParameterModel>'
build: src/JK.Common/Data/NonQueryOperationBase.cs#L5
Missing XML comment for publicly visible type or member 'NonQueryOperationBase<TParameterModel>.NonQueryOperationBase(IAdoConnectionFactory)'