. #7
Annotations
10 warnings
build:
FartingUnicorn/Mapper.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
FartingUnicorn/Mapper.cs#L98
Possible null reference argument for parameter 'value' in 'Some<string>.Some(string value)'.
|
build:
FartingUnicorn/Mapper.cs#L117
Dereference of a possibly null reference.
|
build:
FartingUnicorn/Mapper.cs#L117
Possible null reference argument for parameter 'typeArguments' in 'MethodInfo MethodInfo.MakeGenericMethod(params Type[] typeArguments)'.
|
build:
FartingUnicorn/Mapper.cs#L124
Dereference of a possibly null reference.
|
build:
FartingUnicorn/Mapper.cs#L126
Dereference of a possibly null reference.
|
build:
FartingUnicorn/Mapper.cs#L126
Unboxing a possibly null value.
|
build:
FartingUnicorn/Mapper.cs#L130
Dereference of a possibly null reference.
|
build:
FartingUnicorn/Mapper.cs#L135
Dereference of a possibly null reference.
|
build:
FartingUnicorn/Mapper.cs#L135
Converting null literal or possible null value to non-nullable type.
|