changed packages to use nuget license expression #28
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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)'
|