Skip to content

More nullable and warning cleanups #271

More nullable and warning cleanups

More nullable and warning cleanups #271

Triggered via push July 4, 2025 15:01
Status Failure
Total duration 6m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/RepoDb/Mappers/ClassMapper.cs#L114
Possible null reference return.
build: src/RepoDb/Reflection/Compiler.DataEntityPropertySetter.cs#L24
Possible null reference argument for parameter 'targetType' in 'Action<object, object?> Compiler.CompileDataEntityPropertySetter(Type entityType, PropertyInfo? property, Type targetType)'.
build: src/RepoDb/Reflection/Compiler.DataEntityListDbParameterSetter.cs#L48
Possible null reference argument for parameter 'dbSetting' in 'BlockExpression Compiler.GetIndexDbParameterSetterExpression(Type entityType, ParameterExpression dbCommandExpression, Expression entitiesParameterExpression, IEnumerable<FieldDirection> fieldDirections, int entityIndex, IDbSetting dbSetting, IDbHelper? dbHelper)'.
build: src/RepoDb/Reflection/Compiler.cs#L1202
Possible null reference argument for parameter 'type' in 'object? PropertyHandlerCache.Get<object>(Type type)'.
build: src/RepoDb/QueryField/ParseExpression.cs#L324
Possible null reference return.
build: src/RepoDb/QueryField/ParseExpression.cs#L214
Possible null reference argument for parameter 'name' in 'object? QueryField.ToEnumValue(Type enumType, string name)'.
build: src/RepoDb/Mappers/PropertyMapper.cs#L248
Possible null reference return.
build: src/RepoDb/Mappers/IdentityMapper.cs#L183
Possible null reference return.
build: src/RepoDb/Mappers/PrimaryMapper.cs#L183
Possible null reference return.
build: src/RepoDb/Mappers/ClassMapper.cs#L114
Possible null reference return.