added support for deep object mapping #7
Merged
Annotations
10 warnings
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L418
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L391
Dereference of a possibly null reference.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L339
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L271
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L244
Converting null literal or possible null value to non-nullable type.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L241
Converting null literal or possible null value to non-nullable type.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L239
Converting null literal or possible null value to non-nullable type.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L234
Converting null literal or possible null value to non-nullable type.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L144
Cannot convert null literal to non-nullable reference type.
|
|
ValueMapper/ValueMapperCore/ValueMapper.cs#L122
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading